AnshulRiyal / ruby_baby_steps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things Every Ruby Developer Must Know:

First and foremost: Everything is an object.

Commenting: 

# This is a comment


=begin
This is a multiline comment
No-one uses them
You shouldn't either
=end

About