Method: AppDelegate#applicationDidFinishLaunching

Defined in:
app/osx/app_delegate.rb

#applicationDidFinishLaunching(notification) ⇒ Object



3
4
5
6
# File 'app/osx/app_delegate.rb', line 3

def applicationDidFinishLaunching(notification)
  buildMenu
  buildWindow
end