Class: Flumtter::Terminal

Inherits:
Object
  • Object
show all
Defined in:
lib/flumtter/app/core/terminal.rb

Class Method Summary collapse

Class Method Details

.xObject



4
5
6
# File 'lib/flumtter/app/core/terminal.rb', line 4

def x
  `tput cols`.to_i
end

.yObject



8
9
10
# File 'lib/flumtter/app/core/terminal.rb', line 8

def y
  `tput lines`.to_i
end