class Yarrow::Schema::Types::Any

Public Instance Methods

cast(input) click to toggle source
# File lib/yarrow/schema/types.rb, line 98
def cast(input)
  input
end