Class: String

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

Instance Method Summary collapse

Instance Method Details

#trimObject



2
3
4
# File 'lib/maxwell/overide_ohter_class.rb', line 2

def trim
  delete "\r\n\t"
end