Answers for "how to make comments in ruby on rails view"

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 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

Code answers related to "how to make comments in ruby on rails view"

Browse Popular Code Answers by Language