class Flumtter::Terminal

Public Class Methods

x() click to toggle source
# File lib/flumtter/app/core/terminal.rb, line 4
def x
  `tput cols`.to_i
end
y() click to toggle source
# File lib/flumtter/app/core/terminal.rb, line 8
def y
  `tput lines`.to_i
end