Method: Template.cover

Defined in:
lib/umu/beautifica/assets/template.rb

.cover(num) ⇒ Object



11
12
13
# File 'lib/umu/beautifica/assets/template.rb', line 11

def cover(num)
  puts "\e[#{num}A\e[0J\e[1A"
end