Method: ShowText#bar_both

Defined in:
lib/show_text.rb

#bar_bothObject



9
10
11
12
13
14
# File 'lib/show_text.rb', line 9

def bar_both
  puts # format
  puts bar_top.yellow
  puts bar_low.yellow
  puts # format
end