Class: T::Types::TypedClass::Anything
- Inherits:
-
TypedClass
- Object
- TypedClass
- T::Types::TypedClass::Anything
- Defined in:
- lib/types/types/typed_class.rb
Defined Under Namespace
Modules: Private
Instance Method Summary collapse
- #freeze ⇒ Object
-
#initialize ⇒ Anything
constructor
A new instance of Anything.
Constructor Details
Instance Method Details
#freeze ⇒ Object
92 93 94 95 |
# File 'lib/types/types/typed_class.rb', line 92 def freeze build_type # force lazy initialization before freezing the object super end |