Class: Stronger::TypedArray

Inherits:
Array
  • Object
show all
Includes:
Collection
Defined in:
lib/stronger/array.rb

Constant Summary

Constants included from Collection

Collection::Interface

Instance Attribute Summary

Attributes included from Collection

#type

Instance Method Summary collapse

Methods included from Collection

#initialize

Instance Method Details

#concat(arr) ⇒ Object



12
13
14
# File 'lib/stronger/array.rb', line 12

def concat(arr)
  check_collection_type!(arr)
end