Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/goling.rb
Instance Method Summary collapse
Instance Method Details
#linguify(bind = binding) ⇒ Object
25 26 27 28 |
# File 'lib/goling.rb', line 25 def linguify bind=binding return Goling::Linguified::cace[self] if Goling::Linguified::cache[self] Goling::Linguified::cache[self] = Goling::Linguified.new(self,bind) end |