Method: VMCExtensions#header
- Defined in:
- lib/cli/core_ext.rb
#header(message, filler = '-') ⇒ Object
7 8 9 10 11 |
# File 'lib/cli/core_ext.rb', line 7 def header(, filler = '-') say "\n" say say filler.to_s * .size end |
7 8 9 10 11 |
# File 'lib/cli/core_ext.rb', line 7 def header(, filler = '-') say "\n" say say filler.to_s * .size end |