From: Abder-Rahman Ali on 13 Jul 2010 06:31 What are === used for in Ruby? Do they work like .include? Thanks. -- Posted via http://www.ruby-forum.com/.
From: Brian Candler on 13 Jul 2010 08:11 Abder-Rahman Ali wrote: > What are === used for in Ruby? Do they work like .include? There's a very good book here which will answer simple questions like that: http://www.ruby-doc.org/docs/ProgrammingRuby/ In the index in the bottom left corner you can navigate to "=== (Object)", although that doesn't really tell you much. For a much better description, navigate to "Case Expressions (expressions)" in that same window. -- Posted via http://www.ruby-forum.com/.
From: Abder-Rahman Ali on 13 Jul 2010 08:31 Brian Candler wrote: > Abder-Rahman Ali wrote: >> What are === used for in Ruby? Do they work like .include? > > There's a very good book here which will answer simple questions like > that: > http://www.ruby-doc.org/docs/ProgrammingRuby/ > > In the index in the bottom left corner you can navigate to "=== > (Object)", although that doesn't really tell you much. > > For a much better description, navigate to "Case Expressions > (expressions)" in that same window. Thanks. -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: yahoo finance api:Timeout::Error: execution expired Next: ruby & flash |