# File lib/pry/method.rb, line 123
      def from_obj(obj, name)
        new(obj.method(name)) rescue nil
      end