ruby script documentation comments code example
Example 1: ruby comments
# This is a comment
=begin
This is a multiline comment
No-one uses them
You shouldn't either
=end
Example 2: ruby comment
#comment only one line
=begin
all comment here
=end