Method: Hashematics::Graph#add

Defined in:
lib/hashematics/graph.rb

#add(enumerable) ⇒ Object



30
31
32
33
34
# File 'lib/hashematics/graph.rb', line 30

def add(enumerable)
  enumerable.each { |object| add_one(object) }

  self
end