You can comment the ruby code inside them thusly:
<% # This next method is only used in this file, and doesn't # belong anywhere else def do_amazing_magic(spells={}) SufficientlyAdvancedTechnology.execute(spells) end %>
HTH Hugh
You can comment the ruby code inside them thusly:
<% # This next method is only used in this file, and doesn't # belong anywhere else def do_amazing_magic(spells={}) SufficientlyAdvancedTechnology.execute(spells) end %>
HTH Hugh