Class: Guignol::Commands::Create

Inherits:
Base
  • Object
show all
Defined in:
lib/guignol/commands/create.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #run

Constructor Details

This class inherits a constructor from Guignol::Commands::Base

Instance Method Details

#run_on_server(instance, options = {}) ⇒ Object



18
19
20
# File 'lib/guignol/commands/create.rb', line 18

def run_on_server(instance, options = {})
  instance.create
end