module Capistrano::SshAgent::HelperMethods

Public Instance Methods

initalize_report() click to toggle source
# File lib/capistrano/ssh_agent/helper_methods.rb, line 7
def initalize_report
  @report = Capistrano::SshAgent::Report.new
end
print_report() click to toggle source
report_error_for(task_name, hosts=nil) click to toggle source
# File lib/capistrano/ssh_agent/helper_methods.rb, line 11
def report_error_for(task_name, hosts=nil)
  @report.report_error_for(task_name, hosts)
end