Module: Paramore::SanitizedString
- Defined in:
- lib/paramore/types.rb
Class Method Summary collapse
Class Method Details
.[](input) ⇒ Object
48 49 50 |
# File 'lib/paramore/types.rb', line 48 def [](input) Paramore::StrippedString[input].squeeze(' ') end |