Class: Stronger::TypedArray
- Inherits:
-
Array
- Object
- Array
- Stronger::TypedArray
- Includes:
- Collection
- Defined in:
- lib/stronger/array.rb
Constant Summary
Constants included from Collection
Instance Attribute Summary
Attributes included from Collection
Instance Method Summary collapse
Methods included from Collection
Instance Method Details
#concat(arr) ⇒ Object
12 13 14 |
# File 'lib/stronger/array.rb', line 12 def concat(arr) check_collection_type!(arr) end |