# File lib/pry/method.rb, line 136
      def all_from_class(klass, include_super=true)
        all_from_common(klass, :instance_method, include_super)
      end