1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge github.com:/redgetan/pry

This commit is contained in:
Conrad Irwin 2012-04-14 13:42:50 -07:00
commit 13042b4be8

View file

@ -86,7 +86,7 @@ class Pry
end
def respond_to?(method_name)
super || wrapped.send(method_name, *args, &block)
super || wrapped.respond_to?(method_name)
end
def doc