Ruby

i am new to ruby.i want to know is ruby open source or licensed? and can
we write class in class?
tanq…

Dilip Bv wrote:

i am new to ruby.i want to know is ruby open source or licensed? and can
we write class in class?

This site can tell you all such things about Ruby:

www.google.com


Phlip
Redirecting... ← NOT a blog!!!

It’s open source - i’m not sure what you mean by “can we write class in
class”

check out About Ruby

something that may be helpful for you to understand is that Ruby is the
language (created by Yukihiro “matz” Matsumoto - www.ruby-lang.org)
and that Rails is a web application framework (extracted from the
Basecamp project by David Heinemeier H. at 37 Signals) that
utilizes that language.

I, also, am quite new and would recommend the book “Agile Web
Development with Rails” -
http://www.pragmaticprogrammer.com/titles/rails/index.html - to help
you get started.