Answers for "how to make comment in ruby"

1

ruby comments

# This is a comment

=begin
This is a multiline comment
No-one uses them
You shouldn't either
=end
Posted by: Guest on January-07-2021
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