class Yarrow::Schema::Types::Kind

Public Instance Methods

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