Method: AnnotateModels::ModelAnnotationGenerator#print
- Defined in:
- lib/annotate_models/model_annotation_generator.rb
#print ⇒ Object
Print out the annotation text.
72 73 74 75 76 77 |
# File 'lib/annotate_models/model_annotation_generator.rb', line 72 def print @annotations.values.sort.each do |annotation| puts annotation puts end end |