Does any one know how to comment out code in a controller (.rb file) Thanks, Yng -- Posted via 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 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 tzinfo.rubyforge.org -- DST-aware timezone library for Ruby