Method: Vpsb::Commands::Base#cook

Defined in:
lib/vpsb/commands/base.rb

#cook(*params) ⇒ Object



29
30
31
# File 'lib/vpsb/commands/base.rb', line 29

def cook(*params)
  Cook.new(core).execute(*params)
end