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