class SaltedRails::CapistranoHelper

Public Class Methods

new(project_root, logger = Log4r::Logger.new("salted_rails::capistrano_helper")) click to toggle source
Calls superclass method
# File lib/salted-rails/capistrano_helper.rb, line 12
def initialize(project_root, logger = Log4r::Logger.new("salted_rails::capistrano_helper"))
  super(rail_root, logger)
end