# File lib/pry/method.rb, line 434 def method_missing(method_name, *args, &block) @method.send(method_name, *args, &block) end