Class: AppDelegate
Instance Method Summary collapse
-
#application(_application, didFinishLaunchingWithOptions: launchOptions) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument.
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 |