Module: Cassie::Statements::Statement::TypeHinting
- Extended by:
- ActiveSupport::Concern
- Included in:
- Cassie::Statements::Statement
- Defined in:
- lib/cassie/statements/statement/type_hinting.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#type_hints ⇒ Array, Hash
The type hints for this object’s statement Defaults to #type_hints if none are set on the object.
Instance Method Details
#type_hints ⇒ Array, Hash
The type hints for this object’s statement Defaults to #type_hints if none are set on the object
37 38 39 40 |
# File 'lib/cassie/statements/statement/type_hinting.rb', line 37 def type_hints return @type_hints if defined?(@type_hints) self.class.type_hints end |