Class: AppDelegate

Inherits:
Object show all
Defined in:
app/app_delegate.rb

Instance Method Summary collapse

Instance Method Details

#application(_application, didFinishLaunchingWithOptions: launchOptions) ⇒ Object

rubocop:disable Lint/UnusedMethodArgument



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

def application(_application, didFinishLaunchingWithOptions:launchOptions)
  true
end