This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: Book Of Ruby Free eBook - Chapter 6: conditional execution
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
I've just uploaded the latest edition of The Book Of Ruby, our free Ruby programming eBook. This now has 111 pages and comes complete with 93 small ready-to-run Ruby programs that illustrate every topic described in the text. Chapter 6 is devoted to conditional tests which, in Ruby, are more numerous and diverse than in many other languages. This chapter covers the ins and outs of if..elseif..else, unless, if and unless modifiers, the various types of case statement, the === method (...)