module EY::Serverside::Callbacks::Executor::Ruby

Public Class Methods

execute(config, shell, hook) click to toggle source
# File lib/engineyard-serverside/callbacks/executor/ruby.rb, line 12
def self.execute(config, shell, hook)
  Executor.execute(config, shell,hook)
end