Class: Collection::Array
- Inherits:
-
Object
- Object
- Collection::Array
- Includes:
- Collection
- Defined in:
- lib/collection/array.rb
Instance Attribute Summary
Attributes included from Collection
Instance Method Summary collapse
Methods included from Collection
#==, Array, Set, #add, #clear, #each, #empty?, included, #initialize
Instance Method Details
#content ⇒ Object
5 6 7 |
# File 'lib/collection/array.rb', line 5 def content @content ||= ::Array.new end |