module Paramore::String

Public Instance Methods

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