Method: Subroutine::Fields::ClassMethods#respond_to_missing?
- Defined in:
- lib/subroutine/fields.rb
#respond_to_missing?(method_name, *args, &block) ⇒ Boolean
88 89 90 |
# File 'lib/subroutine/fields.rb', line 88 def respond_to_missing?(method_name, *args, &block) ::Subroutine::TypeCaster.casters.key?(method_name.to_sym) || super end |