Block style comments
Wrap a block of code within =begin and =end to comment it out.
# the comment format you're used to puts "I am evaluated" =begin puts "I" puts "am" puts "commented" puts "out" =endThis tip was submitted by Tim Linquist.
Wrap a block of code within =begin and =end to comment it out.
# the comment format you're used to puts "I am evaluated" =begin puts "I" puts "am" puts "commented" puts "out" =endThis tip was submitted by Tim Linquist.