Ruby methods and Properties

T

Talib Hussain

Dear Experts,

I am new to Ruby, could you please let me know where I can find list of
Classes, objects,properties and methods used in Ruby scripting.

Foe example: method1(arg1, arg2... argN) with small example snippets to
use these methods and properties smiliar to provided by Microsoft (MSDN)
 
E

Einar Magnús Boson

I really liked this site. Thank you whoever it was that posted it here
before! :)

http://tinyurl.com/6jfm7q


Dear Experts,

I am new to Ruby, could you please let me know where I can find list
of
Classes, objects,properties and methods used in Ruby scripting.

Foe example: method1(arg1, arg2... argN) with small example snippets
to
use these methods and properties smiliar to provided by Microsoft
(MSDN)

einarmagnus
 
B

Brian Candler

Talib said:
I am new to Ruby, could you please let me know where I can find list of
Classes, objects,properties and methods used in Ruby scripting.

Foe example: method1(arg1, arg2... argN) with small example snippets to
use these methods and properties smiliar to provided by Microsoft (MSDN)

There is built-in help: just type ri methodname at the shell prompt, or
within irb try

irb_help "methodname"

(with the quotes)

For something to browse, try
http://www.ruby-doc.org/docs/ProgrammingRuby/

in particular select the sections "Built-in Classes and Methods", and
"Standard Library". This version of the book is quite old and is for
ruby 1.6, but that just means you're missing some new classes and
methods. The second edition (for ruby 1.8) and third edition (for ruby
1.9) are available to buy as either PDF or paper books from
www.pragprog.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top