Class: AnnotateRb::ModelAnnotator::Annotation::SchemaFooter

Inherits:
Components::Base show all
Defined in:
lib/annotate_rb/model_annotator/annotation/schema_footer.rb

Instance Method Summary collapse

Methods inherited from Components::Base

#to_markdown, #to_yard

Instance Method Details

#to_defaultObject



15
16
17
18
19
# File 'lib/annotate_rb/model_annotator/annotation/schema_footer.rb', line 15

def to_default
  <<~OUTPUT
    #
  OUTPUT
end

#to_rdocObject



7
8
9
10
11
12
13
# File 'lib/annotate_rb/model_annotator/annotation/schema_footer.rb', line 7

def to_rdoc
  <<~OUTPUT
    #--
    # == Schema Information End
    #++
  OUTPUT
end