class Symbol

Public Instance Methods

_(opts={})
Alias for: translate
translate(opts={}) click to toggle source
# File lib/MotionLocalize/symbol.rb, line 3
def translate(opts={})
  self.to_s.translate(opts)
end
Also aliased as: _