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