Module: Exodus::TextFormatter

Included in:
Migration
Defined in:
lib/exodus/helpers/text_formatter.rb

Instance Method Summary collapse

Instance Method Details

#super_print(paragraphes, space_number = 50, title = true) ⇒ Object

Prints a paragraphes



5
6
7
# File 'lib/exodus/helpers/text_formatter.rb', line 5

def super_print(paragraphes, space_number = 50, title = true)
  puts format_paragraph(space_number, title, *paragraphes)
end