# File lib/pry/method.rb, line 169
      def all_from_common(obj, method_type = nil, include_super=true)
        all_from_obj(obj, include_super)
      end