lib/travian_bot/application/display.rb in travian_bot-0.2.4 vs lib/travian_bot/application/display.rb in travian_bot-0.3.0

- old
+ new

@@ -10,16 +10,14 @@ def h1(text) puts ' ' puts "#{text}".red puts "=".red * text.length puts ' ' - puts ' ' end def h2(text) puts "#{text}".yellow puts "-".yellow * text.length - puts ' ' end def text(text) puts text.to_s.green end \ No newline at end of file