Class: Collection::Set
- Inherits:
-
Object
- Object
- Collection::Set
- Includes:
- Collection
- Defined in:
- lib/collection/set.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/set.rb', line 5 def content @content ||= ::Set.new end |