Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/goling.rb

Instance Method Summary collapse

Instance Method Details

#linguify(bind = binding) ⇒ Object



19
20
21
22
# File 'lib/goling.rb', line 19

def linguify bind=binding
  return Goling::Linguified::cace[self] if Goling::Linguified::cache[self]
  Goling::Linguified::cache[self] = Goling::Linguified.new(self,bind)
end