Does any one know how to comment out code in a controller (.rb file) Thanks, Yng -- Posted via http://www.ruby-forum.com/.
I actually need to know how to add a comment to the end of a line... any insight? yngwie wrote:> Does any one know how to comment out code in a controller (.rb file) > > Thanks, > Yng-- Posted via http://www.ruby-forum.com/.
yngwie wrote:> I actually need to know how to add a comment to the end of a line... any > insight? > > yngwie wrote: >> Does any one know how to comment out code in a controller (.rb file)Comments in Ruby start with a # character and run to the end of the line. -- Philip Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby