# File lib/pry/method.rb, line 415
    def singleton_method?
      wrapped_owner.singleton_class?
    end