Class: Collection::Set

Inherits:
Object
  • Object
show all
Includes:
Collection
Defined in:
lib/collection/set.rb

Instance Attribute Summary

Attributes included from Collection

#type_parameter

Instance Method Summary collapse

Methods included from Collection

#==, Array, Set, #add, #clear, #each, #empty?, included, #initialize

Instance Method Details

#contentObject



5
6
7
# File 'lib/collection/set.rb', line 5

def content
  @content ||= ::Set.new
end