Module: Paramore::SanitizedString

Defined in:
lib/paramore/types.rb

Class Method Summary collapse

Class Method Details

.[](input) ⇒ Object



52
53
54
# File 'lib/paramore/types.rb', line 52

def [](input)
  Paramore::StrippedString[input].squeeze(' ')
end