Class: String

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

Instance Method Summary collapse

Instance Method Details

#clearObject



4
5
6
# File 'lib/scraptacular.rb', line 4

def clear
  self.tr_s("\n\r\t","   ")
end