EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book The Book of Ruby

    Book Details:
  • Author : Huw Collingbourne
  • Publisher : No Starch Press
  • Release : 2011-07-11
  • ISBN : 1593272944
  • Pages : 404 pages

Download or read book The Book of Ruby written by Huw Collingbourne and published by No Starch Press. This book was released on 2011-07-11 with total page 404 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby's trendier features, The Book of Ruby reveals the secret inner workings of one of the world's most popular programming languages, teaching you to write clear, maintainable code. You'll start with the basics—types, data structures, and control flows—and progress to advanced features like blocks, mixins, metaclasses, and beyond. Rather than bog you down with a lot of theory, The Book of Ruby takes a hands-on approach and focuses on making you productive from day one. As you follow along, you’ll learn to: –Leverage Ruby's succinct and flexible syntax to maximize your productivity –Balance Ruby's functional, imperative, and object-oriented features –Write self-modifying programs using dynamic programming techniques –Create new fibers and threads to manage independent processes concurrently –Catch and recover from execution errors with robust exception handling –Develop powerful web applications with the Ruby on Rails framework Each chapter includes a "Digging Deeper" section that shows you how Ruby works under the hood, so you'll never be caught off guard by its deceptively simple scoping, multithreading features, or precedence rules. Whether you're new to programming or just new Ruby, The Book of Ruby is your guide to rapid, real-world software development with this unique and elegant language.

Book Ruby  Oprah s Book Club 2 0

Download or read book Ruby Oprah s Book Club 2 0 written by Cynthia Bond and published by Hogarth. This book was released on 2015-02-10 with total page 370 pages. Available in PDF, EPUB and Kindle. Book excerpt: A New York Times bestseller and Oprah Book Club 2.0 selection, the epic, unforgettable story of a man determined to protect the woman he loves from the town desperate to destroy her. This beautiful and devastating debut heralds the arrival of a major new voice in fiction. Ephram Jennings has never forgotten the beautiful girl with the long braids running through the piney woods of Liberty, their small East Texas town. Young Ruby Bell, “the kind of pretty it hurt to look at,” has suffered beyond imagining, so as soon as she can, she flees suffocating Liberty for the bright pull of 1950s New York. Ruby quickly winds her way into the ripe center of the city—the darkened piano bars and hidden alleyways of the Village—all the while hoping for a glimpse of the red hair and green eyes of her mother. When a telegram from her cousin forces her to return home, thirty-year-old Ruby finds herself reliving the devastating violence of her girlhood. With the terrifying realization that she might not be strong enough to fight her way back out again, Ruby struggles to survive her memories of the town’s dark past. Meanwhile, Ephram must choose between loyalty to the sister who raised him and the chance for a life with the woman he has loved since he was a boy. Full of life, exquisitely written, and suffused with the pastoral beauty of the rural South, Ruby is a transcendent novel of passion and courage. This wondrous page-turner rushes through the red dust and gossip of Main Street, to the pit fire where men swill bootleg outside Bloom’s Juke, to Celia Jennings’s kitchen, where a cake is being made, yolk by yolk, that Ephram will use to try to begin again with Ruby. Utterly transfixing, with unforgettable characters, riveting suspense, and breathtaking, luminous prose, Ruby offers an unflinching portrait of man’s dark acts and the promise of the redemptive power of love. Ruby was a finalist for the PEN America Robert Bingham Debut Novel Award, a Barnes & Noble Discover Great New Writers selection, and an Indie Next Pick.

Book Practical Object oriented Design in Ruby

Download or read book Practical Object oriented Design in Ruby written by Sandi Metz and published by Pearson Education. This book was released on 2013 with total page 272 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. This book focuses squarely on object-oriented Ruby application design. Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

Book Design Patterns in Ruby

Download or read book Design Patterns in Ruby written by Russ Olsen and published by Pearson Education. This book was released on 2007-12-10 with total page 558 pages. Available in PDF, EPUB and Kindle. Book excerpt: Praise for Design Patterns in Ruby "Design Patterns in Ruby documents smart ways to resolve many problems that Ruby developers commonly encounter. Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work." —Steve Metsker, Managing Consultant with Dominion Digital, Inc. "This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read." —Peter Cooper "This book renewed my interest in understanding patterns after a decade of good intentions. Russ picked the most useful patterns for Ruby and introduced them in a straightforward and logical manner, going beyond the GoF's patterns. This book has improved my use of Ruby, and encouraged me to blow off the dust covering the GoF book." —Mike Stok "Design Patterns in Ruby is a great way for programmers from statically typed objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like Ruby." —Rob Sanheim, Ruby Ninja, Relevance Most design pattern books are based on C++ and Java. But Ruby is different—and the language's unique qualities make design patterns easier to implement and use. In this book, Russ Olsen demonstrates how to combine Ruby's power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code. After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language—enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and "mixins" for easier code reuse. Fourteen of the classic "Gang of Four" patterns are considered from the Ruby point of view, explaining what problems each pattern solves, discussing whether traditional implementations make sense in the Ruby environment, and introducing Ruby-specific improvements. You'll discover opportunities to implement patterns in just one or two lines of code, instead of the endlessly repeated boilerplate that conventional languages often require. Design Patterns in Ruby also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based "Convention Over Configuration" pattern, designed to help integrate entire applications and frameworks. Engaging, practical, and accessible, Design Patterns in Ruby will help you build better software while making your Ruby programming experience more rewarding.

Book The Materials Book

    Book Details:
  • Author : Ilka Ruby
  • Publisher :
  • Release : 2021
  • ISBN : 9783944074405
  • Pages : pages

Download or read book The Materials Book written by Ilka Ruby and published by . This book was released on 2021 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Eloquent Ruby

    Book Details:
  • Author : Russ Olsen
  • Publisher : Addison-Wesley Professional
  • Release : 2011-02-07
  • ISBN : 0321700279
  • Pages : 446 pages

Download or read book Eloquent Ruby written by Russ Olsen and published by Addison-Wesley Professional. This book was released on 2011-02-07 with total page 446 pages. Available in PDF, EPUB and Kindle. Book excerpt: It’s easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the “Ruby way” of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you write Ruby like true Rubyists do–so you can leverage its immense, surprising power. Olsen draws on years of experience internalizing the Ruby culture and teaching Ruby to other programmers. He guides you to the “Ah Ha!” moments when it suddenly becomes clear why Ruby works the way it does, and how you can take advantage of this language’s elegance and expressiveness. Eloquent Ruby starts small, answering tactical questions focused on a single statement, method, test, or bug. You’ll learn how to write code that actually looks like Ruby (not Java or C#); why Ruby has so many control structures; how to use strings, expressions, and symbols; and what dynamic typing is really good for. Next, the book addresses bigger questions related to building methods and classes. You’ll discover why Ruby classes contain so many tiny methods, when to use operator overloading, and when to avoid it. Olsen explains how to write Ruby code that writes its own code–and why you’ll want to. He concludes with powerful project-level features and techniques ranging from gems to Domain Specific Languages. A part of the renowned Addison-Wesley Professional Ruby Series, Eloquent Ruby will help you “put on your Ruby-colored glasses” and get results that make you a true believer.

Book The Ruby Red Trilogy

Download or read book The Ruby Red Trilogy written by Kerstin Gier and published by Henry Holt and Company (BYR). This book was released on 2014-11-18 with total page 1054 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Ruby Red Trilogy: Ruby Red, Sapphire Blue, and Emerald Green This internationally bestselling series follows Gwyneth Shepherd, a girl with a time-traveling secret. Traipsing through past centuries, juggling a potential romance, and unlocking her destiny, Gwen has her work cut out for her. Ruby Red: Gwen has always known that her family is different—the women, in particular. As time travelers, they are no strangers to the possibility of the impossible. But even they are't expecting it when Gwen shows signs of being a time traveler rather than her cousin Charlotte. Thrust into a world she should have been excluded from, Gwen is introduced to Gideon, a fellow traveler. Although the two don't get along, something other than annoyance might be brewing under the surface. As Gwen masters her new ability, she learns more abou therself than she ever could have imagined. Sapphire Blue: Gwen has joined the ranks of the Circle of Twelve, a secret society of chosen time travelers. As the Ruby, Gwen is tasked with finding travelers in the past, all while delving into prophecies and trying to read the mixed signals that Gideon, the Diamond of the Circle, has been sending. With the help of her best friend, a ghost, and a gargoyle demon, Gwen seeks to unearth the truth behind the Circle—a truth that has been actively hidden from her. Emerald Green: Crushed to learn that Gideon may have been deceiving her all along, Gwen has to move forward nonetheless. She has more than enough on her plate: her distrust of Count Saint-Germain, founder of the Circle of Twelve, who wants Gwen to finish collecting blood from the other chosen travelers; the chronograph, a device which will close the Circle if she succeeds; and the resistance she meets at every turn as she seeks more knowledge. With much more to be revealed, Gwen must race against the clock to fulfill her destiny—before it's too late. Includes bonus chapters from Kerstin Gier Dream a Little Dream!

Book Practical Object Oriented Design

Download or read book Practical Object Oriented Design written by Sandi Metz and published by Addison-Wesley Professional. This book was released on 2018-07-10 with total page 701 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Complete Guide to Writing Maintainable, Manageable, Pleasing, and Powerful Object-Oriented Applications Object-oriented programming languages exist to help you create beautiful, straightforward applications that are easy to change and simple to extend. Unfortunately, the world is awash with object-oriented (OO) applications that are difficult to understand and expensive to change. Practical Object-Oriented Design, Second Edition, immerses you in an OO mindset and teaches you powerful, real-world, object-oriented design techniques with simple and practical examples. Sandi Metz demonstrates how to build new applications that can “survive success” and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples in the easy-to-understand Ruby programming language, all downloadable from the companion website, poodr.com. Fully updated for Ruby 2.5, this guide shows how to Decide what belongs in a single class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Whatever your previous object-oriented experience, this concise guide will help you achieve the superior outcomes you’re looking for. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Book Ruby Cookbook

    Book Details:
  • Author : Lucas Carlson
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2015-03-24
  • ISBN : 1449373690
  • Pages : 990 pages

Download or read book Ruby Cookbook written by Lucas Carlson and published by "O'Reilly Media, Inc.". This book was released on 2015-03-24 with total page 990 pages. Available in PDF, EPUB and Kindle. Book excerpt: Why spend time on coding problems that others have already solved when you could be making real progress on your Ruby project? This updated cookbook provides more than 350 recipes for solving common problems, on topics ranging from basic data structures, classes, and objects, to web development, distributed programming, and multithreading. Revised for Ruby 2.1, each recipe includes a discussion on why and how the solution works. You’ll find recipes suitable for all skill levels, from Ruby newbies to experts who need an occasional reference. With Ruby Cookbook, you’ll not only save time, but keep your brain percolating with new ideas as well. Recipes cover: Data structures including strings, numbers, date and time, arrays, hashes, files and directories Using Ruby’s code blocks, also known as closures OOP features such as classes, methods, objects, and modules XML and HTML, databases and persistence, and graphics and other formats Web development with Rails and Sinatra Internet services, web services, and distributed programming Software testing, debugging, packaging, and distributing Multitasking, multithreading, and extending Ruby with other languages

Book The Well Grounded Rubyist

Download or read book The Well Grounded Rubyist written by Joe Leo and published by Simon and Schuster. This book was released on 2019-03-05 with total page 870 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you, concentrating on the language and its uses so you can use Ruby in any way you choose. Updated for Ruby 2.5. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Designed for developer productivity, Ruby is an easy-to-learn dynamic language perfect for creating virtually any kind of software. Its famously friendly development community, countless libraries, and amazing tools, like the Rails framework, have established it as the language of choice for high-profile companies, including GitHub, SlideShare, and Shopify. The future is bright for the well-grounded Rubyist! About the Book In The Well-Grounded Rubyist, Third Edition, expert authors David A. Black and Joseph Leo deliver Ruby mastery in an easy-to-read, casual style. You'll lock in core principles as you write your first Ruby programs. Then, you'll progressively build up to topics like reflection, threading, and recursion, cementing your knowledge with high-value exercises to practice your skills along the way. What's Inside Basic Ruby syntax Running Ruby extensions FP concepts like currying, side-effect-free code, and recursion Ruby 2.5 updates About the Reader For readers with beginner-level programming skills. About the Authors David A. Black is an internationally known Ruby developer and author, and a cofounder of Ruby Central. Ruby teacher and advocate Joseph Leo III is the founder of Def Method and lead organizer of the Gotham Ruby Conference. Table of Contents PART 1 RUBY FOUNDATIONS Bootstrapping your Ruby literacy Objects, methods, and local variables Organizing objects with classes Modules and program organization The default object (self), scope, and visibility Control-flow techniques PART 2 BUILT-IN CLASSES AND MODULES Built-in essentials Strings, symbols, and other scalar objects Collection and container objects Collections central: Enumerable and Enumerator Regular expressions and regexp-based string operations File and I/O operations PART 3 RUBY DYNAMICS Object individuation Callable and runnable objects Callbacks, hooks, and runtime introspection Ruby and functional programming

Book Whirlpool

    Book Details:
  • Author : Elizabeth Lowell
  • Publisher : Harper Collins
  • Release : 2009-10-13
  • ISBN : 0061756040
  • Pages : 446 pages

Download or read book Whirlpool written by Elizabeth Lowell and published by Harper Collins. This book was released on 2009-10-13 with total page 446 pages. Available in PDF, EPUB and Kindle. Book excerpt: When an exquisitely crafted, authentic imperial Faberge egg mysteriously shows up at Laurel Swann's home studio, she knows it can only be from one person—her father, who has drifted in and out of her life for as long as she can remember. But this time Jamie Swann leaves her something too many people will kill for. Out of her league and desperate, Laurel is forced to accept help from the very man who is trying to ensnare her father in his own web of double crosses. Cruz Rowan can help her stay alive, but will he do the same for her father? Elizabeth Lowell, writing as Ann Maxwell, deftly combines the nonstop action of a spy thriller with the heart-pounding excitement of true love and adventure.

Book The Ruby Way

    Book Details:
  • Author : Hal Fulton
  • Publisher : Addison-Wesley Professional
  • Release : 2015-02-11
  • ISBN : 0132480379
  • Pages : 817 pages

Download or read book The Ruby Way written by Hal Fulton and published by Addison-Wesley Professional. This book was released on 2015-02-11 with total page 817 pages. Available in PDF, EPUB and Kindle. Book excerpt: For more than a decade, Ruby developers have turned to The Ruby Way for reliable “how-to” guidance on effective Ruby programming. Now, Hal Fulton and André Arko have thoroughly updated this classic guide to cover new language enhancements and developers’ experiences through Ruby 2.1. The new edition illuminates Ruby 2.1 through 400+ examples, each answering the question: “How do I do this in Ruby?” For each example, they present both a task description and realistic technical constraints. Next, they walk step-by-step through presenting one good solution, offering detailed explanations to promote deeper understanding. Conveniently organized by topic, The Ruby Way, Third Edition makes it easier than ever to find the specific solution you want—and to write better code by reflecting Ruby’s unique philosophy and spirit. Coverage includes Ruby 2.1 overview: terminology, philosophy, and basic principles Best practices for strings and regular expressions Efficiently internationalizing your code Performing calculations (including trigonometry, calculus, statistics, and time/date calculations) Working with “Rubyesque” objects such as symbols and ranges Using arrays, hashes, stacks, queues, trees, graphs, and other data structures Efficiently storing data with YAML, JSON, and SQLite3 Leveraging object-oriented and dynamic features, from multiple constructors to program inspection Building GUIs with Shoes 4, Ruby/Tk, Ruby/GTK3, QtRuby, and other toolkits Improving thread performance by understanding Ruby’s synchronization methods and avoiding its pitfalls Automating system administration with Ruby Data formats: JSON, XML, RSS, Atom, RMagick, PDF, and more Testing and debugging with RSpec, Minitest, Cucumber, byebug, and pry Measuring Ruby program performance Packaging and distributing code, and managing dependencies with Bundler Network programming: clients, time servers, POP, SMTP, IMAP, Open-URI Web applications: HTTP servers, Rails, Sinatra, HTML generation, and more Writing distributed Ruby software with drb Choosing modern development tools that maximize your productivity All source code for this book may be downloaded at www.rubyhacker.com. informit.com/aw informit.com/ruby rubyhacker.com/therubyway therubyway.io

Book The Ruby Princess Runs Away  Jewel Kingdom  1

Download or read book The Ruby Princess Runs Away Jewel Kingdom 1 written by Jahnna N. Malcolm and published by Scholastic Inc.. This book was released on 2020-05-05 with total page 67 pages. Available in PDF, EPUB and Kindle. Book excerpt: Four girls are about to become princesses! But can they keep their kingdom safe? In the Jewel Kingdom, four girls rule: Roxanne is the Ruby Princess, Sabrina is the Sapphire Princess, Emily is the Emerald Princess, and Demetra is the Diamond Princess.But soon-to-be Ruby Princess, Roxanne, is not so sure she's ready to be royalty. She decides to run away! But before she can get very far, she learns of a plot to take over the Jewel Kingdom. Another girl is pretending to be her. If Roxanne doesn't act fast, the Jewel Kingdom might be lost forever!

Book Tea for Ruby

    Book Details:
  • Author : Sarah Ferguson
  • Publisher : Simon and Schuster
  • Release : 2010-11-16
  • ISBN : 1442426330
  • Pages : 40 pages

Download or read book Tea for Ruby written by Sarah Ferguson and published by Simon and Schuster. This book was released on 2010-11-16 with total page 40 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ruby gets a princess-worthy primer on manners in this charming picture book from #1 New York Times bestselling illustrator Robin Preiss Glasser and author Sarah Ferguson, The Duchess of York. Ruby does her best to have good manners—yet no matter her efforts, she just can’t seem to succeed. But when Ruby receives a mysterious surprise invitation to tea with the Queen, she is especially determined to polish her poise. She goes from the postman to her brother to the playground to her parents, trying her hardest to have manners befitting a princess. Will she ever manage to be proper in time for tea at the palace? In this New York Times bestseller, cheerful, elegant text from Sarah Ferguson, The Duchess of York, pairs with Robin Preiss Glasser’s “exuberant illustrations, rendered in her unmistakable Fancy Nancy style (Publishers Weekly)” to create an endearing and gently instructive story about manners.

Book Ruby Red

    Book Details:
  • Author : Kerstin Gier
  • Publisher : Henry Holt and Company (BYR)
  • Release : 2011-05-10
  • ISBN : 1429921218
  • Pages : 337 pages

Download or read book Ruby Red written by Kerstin Gier and published by Henry Holt and Company (BYR). This book was released on 2011-05-10 with total page 337 pages. Available in PDF, EPUB and Kindle. Book excerpt: Gwyneth Shepherd's sophisticated, beautiful cousin Charlotte has been prepared her entire life for traveling through time. But unexpectedly, it is Gwyneth who in the middle of class takes a sudden spin to a different era! Gwyneth must now unearth the mystery of why her mother would lie about her birth date to ward off suspicion about her ability, brush up on her history, and work with Gideon—the time traveler from a similarly gifted family that passes the gene through its male line, and whose presence becomes, in time, less insufferable and more essential. Together, Gwyneth and Gideon journey through time to discover who, in the 18th century and in contemporary London, they can trust. Kerstin Gier's Ruby Red is young adult novel full of fantasy and romance.

Book Mama Ruby

    Book Details:
  • Author : Mary Monroe
  • Publisher : Dafina
  • Release : 2015-01-27
  • ISBN : 1496700694
  • Pages : 434 pages

Download or read book Mama Ruby written by Mary Monroe and published by Dafina. This book was released on 2015-01-27 with total page 434 pages. Available in PDF, EPUB and Kindle. Book excerpt: The new edition of a modern classic by New York Times bestselling and award-winning author Mary Monroe! An enduring tale of the rebellious early years of Mama Ruby in 1930s Louisiana – the bold, brassy, indomitable heroine of Mary Monroe’s acclaimed debut, The Upper Room. Growing up in Shreveport, Louisiana, Ruby Jean Upshaw is the kind of girl who knows what she wants and knows how to get it. By the time she’s fifteen, Ruby has a taste for fast men and cheap liquor, and not even her preacher daddy can set her straight. Only Othella Mae Cartier, daughter of the town tramp, understands what makes Ruby tick. When Ruby discovers she’s in the family way, she’s scared for the first time in her life. After hiding her growing belly, Ruby secretly gives birth to a baby girl at Othella’s house. Othella talks Ruby into giving the child away—and with the help of a shocking revelation, convinces Ruby to run off with her to New Orleans. But nothing can erase Ruby’s memories of her child—or quell her simmering rage at Othella for persuading her to let her precious baby go. Someday there will be a reckoning. And Othella will learn that no one exacts revenge quite like Ruby Jean Upshaw . . .

Book Ruby Knight

    Book Details:
  • Author : David Eddings
  • Publisher : Del Rey
  • Release : 1991-11-13
  • ISBN : 0345373529
  • Pages : 386 pages

Download or read book Ruby Knight written by David Eddings and published by Del Rey. This book was released on 1991-11-13 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Elenium series, which began in Diamond Throne, continues against a background of magic and adventure. Ehlana, Queen of Elenia, had been poisoned. A deep enchantment sustained her life, but only while the Knights aiding it still lived—and already they were dying, one each month. Then Sparhawk, Knight and Queen’s Champion, learned that the cure for the poison was the Bhellion, the great jewel lost when Sarak of Thalesia had died in battle, five hundred years before. Sparhawk and his companions set forth to find King Sarak’s grave by raising ghosts of those who had perished in that ancient battle. The Seeker, an insectile monster spawned of the evil God Azash, hounded their every step. Still Sparkawk pressed on, driven by desperate need. They had to find Bhellion before his queen could perish. They must not fail!