Class: TopLevel

Inherits:
Object show all
Defined in:
lib/project/ext/kernel.rb

Instance Method Summary collapse

Instance Method Details

#close(args = {}) ⇒ Object



16
17
18
# File 'lib/project/ext/kernel.rb', line 16

def close(args={})
  find.screen.close(args)
end

#enable_live_stylesheets(interval) ⇒ Object



8
9
10
# File 'lib/project/ext/kernel.rb', line 8

def enable_live_stylesheets(interval)
  enable_rmq_live_stylesheets interval
end

#live(interval = 1.0, debug = false) ⇒ Object



4
5
6
# File 'lib/project/ext/kernel.rb', line 4

def live(interval = 1.0, debug=false)
  rmq_live_stylesheets interval, debug
end

#open(screen, args = {}) ⇒ Object



12
13
14
# File 'lib/project/ext/kernel.rb', line 12

def open(screen, args={})
  find.screen.open(screen, args)
end