Best way to add comments in erb
How do we add comments in erb files, if we do not want them to be generated into the html content? 7 Answers … Read more
How do we add comments in erb files, if we do not want them to be generated into the html content? 7 Answers … Read more
How can I comment multiple lines in Ruby? 10 s 10 #!/usr/bin/env ruby =begin Every body mentioned this way to have multiline comments. … Read more