Class: String

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

Instance Method Summary collapse

Instance Method Details

#nosh(parse = false) ⇒ Object



21
22
23
# File 'lib/nosh.rb', line 21

def nosh(parse = false)
  Nosh::ObjectExtensions.nosh(self, parse)
end