Method: Megam::NodeCollection#each

Defined in:
lib/megam/core/node_collection.rb

#eachObject



73
74
75
76
77
# File 'lib/megam/core/node_collection.rb', line 73

def each
  @nodes.each do |node|
    yield node
  end
end