Skip to content

Commit

Permalink
change Rubinius::LookupTable#values PrimitiveFailure error message to…
Browse files Browse the repository at this point in the history
… say #values instead of #keys.
  • Loading branch information
baroquebobcat committed Aug 21, 2011
1 parent 4cb5004 commit dac935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/bootstrap/lookuptable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def keys

def values
Ruby.primitive :lookuptable_values
raise PrimitiveFailure, "LookupTable#keys primitive failed"
raise PrimitiveFailure, "LookupTable#values primitive failed"
end

def each
Expand Down

0 comments on commit dac935e

Please sign in to comment.