class String

Public Instance Methods

trim() click to toggle source
# File lib/maxwell/overide_ohter_class.rb, line 2
def trim
  delete "\r\n\t"
end