Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jan 23, 2010
1 parent 8c2fef5 commit b62f4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/antelope/ir/alternation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def initialize(first, second)

def protobuf_reference
super do |production|
alternatives.map { |alternative| alternative.hash }.each do |id|
production.identifiers << id
alternatives.each do |alternative|
production.identifiers << alternative.hash
end
end
end
Expand Down

0 comments on commit b62f4a0

Please sign in to comment.