2011-10-29 14:48:03 +02:00

6 lines
100 B
Ruby

#-- encoding: UTF-8
module MailHelper
def do_something_helpful(var)
var.to_s.reverse
end
end