Method: String#linguify
- Defined in:
- lib/linguify/string.rb
#linguify(bind = binding) ⇒ Object
Linguify the string.
38 39 40 41 |
# File 'lib/linguify/string.rb', line 38 def linguify bind=binding return Linguify::Linguified::cache[self] if Linguify::Linguified::cache[self] Linguify::Linguified::cache[self] = Linguify::Linguified.new(self,bind) end |