Sha256: 82c7a5eb897a29988bd44ed192d132050bc1834ca69c26de89c3e08163e9d932

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module ModelAnnotator
    module Annotation
      class SchemaFooter < Components::Base
        def to_rdoc
          <<~OUTPUT
            #--
            # == Schema Information End
            #++
          OUTPUT
        end

        def to_default
          <<~OUTPUT
            #
          OUTPUT
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
annotaterb-4.13.0 lib/annotate_rb/model_annotator/annotation/schema_footer.rb
annotaterb-4.12.0 lib/annotate_rb/model_annotator/annotation/schema_footer.rb
annotaterb-4.11.0 lib/annotate_rb/model_annotator/annotation/schema_footer.rb
annotaterb-4.10.2 lib/annotate_rb/model_annotator/annotation/schema_footer.rb