BaseParser
# File lib/gettext_i18n_rails/hamlet_parser.rb, line 9 def self.convert_to_code(text) Hamlet::Engine.new.call(text) end
# File lib/gettext_i18n_rails/hamlet_parser.rb, line 5 def self.extension "hamlet" end