module Paramore::StrippedString

Public Instance Methods

[](input) click to toggle source
# File lib/paramore/types.rb, line 41
def [](input)
  input.to_s.strip
end