Module: Capistrano::SshAgent::HelperMethods

Defined in:
lib/capistrano/ssh_agent/helper_methods.rb

Instance Method Summary collapse

Instance Method Details

#initalize_reportObject



7
8
9
# File 'lib/capistrano/ssh_agent/helper_methods.rb', line 7

def initalize_report
  @report = Capistrano::SshAgent::Report.new
end


15
16
17
# File 'lib/capistrano/ssh_agent/helper_methods.rb', line 15

def print_report
  @report.print
end

#report_error_for(task_name, hosts = nil) ⇒ Object



11
12
13
# 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