module LightImogee::ActionView

Public Instance Methods

with_imogee(content) click to toggle source
# File lib/light_imogee.rb, line 3
def with_imogee(content)
  LightImogee::Data.get_imogee_map.each{|symbol,name| content.gsub!(symbol, LightImogee::Data.get_imogee_for_symbol(symbol))}
  content.html_safe
end