Class: T::Types::TypedArray::Untyped
- Inherits:
-
TypedArray
- Object
- TypedArray
- T::Types::TypedArray::Untyped
- Defined in:
- lib/types/types/typed_array.rb
Defined Under Namespace
Modules: Private
Instance Method Summary collapse
- #freeze ⇒ Object
-
#initialize ⇒ Untyped
constructor
A new instance of Untyped.
- #valid?(obj) ⇒ Boolean
Constructor Details
Instance Method Details
#freeze ⇒ Object
63 64 65 66 |
# File 'lib/types/types/typed_array.rb', line 63 def freeze build_type # force lazy initialization before freezing the object super end |