Module: LessSimple::InstanceMethods

Defined in:
lib/less_simple.rb

Instance Method Summary collapse

Instance Method Details

#translate(locale, key, options = {}) ⇒ Object



31
32
33
34
# File 'lib/less_simple.rb', line 31

def translate(locale, key, options = {})
  options = (interpolation_defaults || {}).merge options
  super locale, key, options
end