Class: Yarrow::Schema::Types::Any
- Defined in:
- lib/yarrow/schema/types.rb
Instance Attribute Summary
Attributes inherited from TypeClass
Instance Method Summary collapse
Methods inherited from TypeClass
#accept, #check_instance_of!, #check_kind_of!, #check_respond_to_all!, #check_respond_to_any!, #coerce, #initialize, of, #should_coerce?
Constructor Details
This class inherits a constructor from Yarrow::Schema::Types::TypeClass
Instance Method Details
#cast(input) ⇒ Object
79 80 81 |
# File 'lib/yarrow/schema/types.rb', line 79 def cast(input) input end |