Class: AnnotateRb::ModelAnnotator::Annotation::SchemaFooter
- Inherits:
-
Components::Base
- Object
- Components::Base
- AnnotateRb::ModelAnnotator::Annotation::SchemaFooter
- Defined in:
- lib/annotate_rb/model_annotator/annotation/schema_footer.rb
Instance Method Summary collapse
Methods inherited from Components::Base
Instance Method Details
#to_default ⇒ Object
15 16 17 18 19 |
# File 'lib/annotate_rb/model_annotator/annotation/schema_footer.rb', line 15 def to_default <<~OUTPUT # OUTPUT end |
#to_rdoc ⇒ Object
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 |