Module: Bunto::StripWhitespace
- Defined in:
- lib/bunto/strip_whitespace.rb
Instance Method Summary collapse
Instance Method Details
#strip(input) ⇒ Object
7 8 9 |
# File 'lib/bunto/strip_whitespace.rb', line 7 def strip(input) input.to_s.strip end |