Class: T::Types::TypedArray
- Inherits:
-
TypedEnumerable
- Object
- Base
- TypedEnumerable
- T::Types::TypedArray
- Defined in:
- lib/types/types/typed_array.rb
Instance Attribute Summary
Attributes inherited from TypedEnumerable
Instance Method Summary collapse
- #name ⇒ Object
-
#new(*args) ⇒ Object
rubocop:disable PrisonGuard/BanBuiltinMethodOverride.
- #valid?(obj) ⇒ Boolean
Methods inherited from TypedEnumerable
Methods inherited from Base
#==, #describe_obj, #error_message_for_obj, #hash, method_added, #subtype_of?, #to_s, #validate!
Constructor Details
This class inherits a constructor from T::Types::TypedEnumerable
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'lib/types/types/typed_array.rb', line 7 def name "T::Array[#{@type.name}]" end |