Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/MotionLocalize/symbol.rb
Instance Method Summary collapse
- #translate(opts = {}) ⇒ Object (also: #_)
Instance Method Details
#translate(opts = {}) ⇒ Object Also known as: _
3 4 5 |
# File 'lib/MotionLocalize/symbol.rb', line 3 def translate(opts={}) self.to_s.translate(opts) end |