Skip to content

Commit

Permalink
continue to make it inheritable
Browse files Browse the repository at this point in the history
  • Loading branch information
clumsysnake authored and maxdemarzi committed Jan 10, 2012
1 parent 217fc4a commit 632cfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/node_traverser.rb
Expand Up @@ -101,7 +101,7 @@ def empty?

def each
iterator.each do |i|
node = Neography::Node.new(i)
node = @from.class.new(i)
node.neo_server = @from.neo_server
yield node
end
Expand Down

0 comments on commit 632cfd9

Please sign in to comment.