Method: Luck::Display#initialize

Defined in:
lib/luck/display.rb

#initialize(client) ⇒ Display

Returns a new instance of Display.



5
6
7
8
9
10
11
# File 'lib/luck/display.rb', line 5

def initialize client
  @client = client
  @panes = {}
  @dirty = true
  
  @driver = ANSIDriver.new
end