Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/kernel/respond_to_tags.txt

This file was deleted.

2 changes: 1 addition & 1 deletion vm/builtin/object.cpp
Original file line number Diff line number Diff line change
@@ -872,7 +872,7 @@ namespace rubinius {
}

Object* Object::respond_to(STATE, Symbol* name, Object* priv) {
LookupData lookup(this, lookup_begin(state), CBOOL(priv) ? G(sym_private) : G(sym_protected));
LookupData lookup(cUndef, lookup_begin(state), CBOOL(priv) ? G(sym_private) : G(sym_public));

Dispatch dis(name);

0 comments on commit 55e4848

Please sign in to comment.