:: Home     :: Add Questions
Register   |   Login
 

Question :: How do you comment out a block of code?

Post Answer

Tags

Answers to ""

 

Use =begin and =end. =begin def my_commented_out_method end =end You could use successive # signs, but that's just tedious: # # def my commented_out_method # end #

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd