# File lib/yard/generators/helpers/filter_helper.rb, line 16
      def is_module?(object)
        object.is_a?(CodeObjects::ModuleObject)
      end