module Paramore::SanitizedString
Public Instance Methods
[](input)
click to toggle source
# File lib/paramore/types.rb, line 48 def [](input) Paramore::StrippedString[input].squeeze(' ') end
# File lib/paramore/types.rb, line 48 def [](input) Paramore::StrippedString[input].squeeze(' ') end