Class: String

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

Instance Method Summary collapse

Instance Method Details

#unquoteObject



174
175
176
# File 'lib/ebutil.rb', line 174

def unquote()
  self.sub(/^\"/, '').sub(/\"$/,'')
end