Block Comments
January 15, 2016 ยท View on GitHub
Ruby supports (ugly) block comments. They look like this:
=begin
This is a block comment.
I can put whatever I want in here.
=end
def do_something
...
end
January 15, 2016 ยท View on GitHub
Ruby supports (ugly) block comments. They look like this:
=begin
This is a block comment.
I can put whatever I want in here.
=end
def do_something
...
end