# File lib/yard/generators/method_generator.rb, line 38
      def isnt_overload?(object)
        !object.is_a?(Tags::OverloadTag)
      end