Class: Fox::FXApp

Inherits:
Object
  • Object
show all
Defined in:
lib/fox_paradise/fox_classes/fx_app.rb

Instance Method Summary collapse

Instance Method Details

#create_then_runObject

#

create_then_run

This method simply combines two other methods.

#


16
17
18
19
# File 'lib/fox_paradise/fox_classes/fx_app.rb', line 16

def create_then_run
  create
  run
end