Answers for "how to comment in ruby"

10

comment in ruby

# Single line comment

=begin
multiline
comment
=end
Posted by: Guest on July-19-2020
1

how to comment in ruby

# How to comment a single line

=begin
How to comment 
Multiple lines
=end
Posted by: Guest on December-19-2020
1

ruby comment

#comment only one line
=begin 
all comment here
=end
Posted by: Guest on March-20-2020

Browse Popular Code Answers by Language