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