Method: Pra::App#run

Defined in:
lib/pra/app.rb

#runObject



11
12
13
14
15
16
17
18
# File 'lib/pra/app.rb', line 11

def run
  @window_system = Pra::WindowSystemFactory.build('curses')
  @window_system.setup

  spawn_pull_request_fetcher

  @window_system.run_loop
end