Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/src/main/ruby/core/rubinius/common/object_space.rb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def self._id2ref(id)
if find_object([:object_id, Integer(id)], ary) > 0
return ary.first
end
return nil
return nil
end

def self.find_references(obj)

0 comments on commit 6b911f3

Please sign in to comment.