Class: Hed::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/hed/runner.rb

Class Method Summary collapse

Class Method Details

.runObject



12
13
14
15
16
17
18
19
20
21
22
# File 'lib/hed/runner.rb', line 12

def self.run
  Curses.init_screen

  wnd = Hed::MainWnd.new

  wnd.buffer = IO.binread '/etc/fstab'

  wnd.refresh

  sleep 10
end