Ruby: Comment
Line Comment
# this is a comment
Block Comment
=begin this is a block comment can be multiple lines =end p 3
Block Comment Cannot be Nested
=begin block comment cannot be nested =begin this is error =end =end
# this is a comment
=begin this is a block comment can be multiple lines =end p 3
=begin block comment cannot be nested =begin this is error =end =end