Class: AppDelegate
- Inherits:
-
Object
- Object
- AppDelegate
- Defined in:
- lib/under_os/delegate.rb
Overview
Generic, per-app delegate
Instance Method Summary collapse
Instance Method Details
#application(application, didFinishLaunchingWithOptions: launchOptions) ⇒ Object
4 5 6 7 8 |
# File 'lib/under_os/delegate.rb', line 4 def application(application, didFinishLaunchingWithOptions:launchOptions) UnderOs::Application.new(application, launchOptions) true end |