Module: Capistrano::SshAgent::HelperMethods
- Defined in:
- lib/capistrano/ssh_agent/helper_methods.rb
Instance Method Summary collapse
- #initalize_report ⇒ Object
- #print_report ⇒ Object
- #report_error_for(task_name, hosts = nil) ⇒ Object
Instance Method Details
#initalize_report ⇒ Object
7 8 9 |
# File 'lib/capistrano/ssh_agent/helper_methods.rb', line 7 def initalize_report @report = Capistrano::SshAgent::Report.new end |
#print_report ⇒ Object
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 |