30 31 32 33 34
# File 'lib/hashematics/graph.rb', line 30 def add(enumerable) enumerable.each { |object| add_one(object) } self end