Method: AppDelegate#application

Defined in:
app/app_delegate.rb

#application(application, didFinishLaunchingWithOptions: launchOptions) ⇒ Object



2
3
4
# File 'app/app_delegate.rb', line 2

def application(application, didFinishLaunchingWithOptions:launchOptions)
  return true if RUBYMOTION_ENV == 'test'
end