Class: AppDelegate

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

Instance Method Summary collapse

Instance Method Details

#on_load(app, options) ⇒ Object



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

def on_load(app, options)
  open BasicScreen.new(nav_bar: true)
end