class Yarrow::Schema::Types::Instance

Public Instance Methods

check(input) click to toggle source
# File lib/yarrow/schema/types.rb, line 104
def check(input)
  check_instance_of!(input)
  input
end