Sha256: 44728dbfbe0dc58afdc81ade2cc2b9b0836de603864a1e060df7877241bdb2ad
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
require_relative 'report' module Capistrano module SshAgent module HelperMethods def initalize_report @report = Capistrano::SshAgent::Report.new end def report_error_for(task_name, hosts=nil) @report.report_error_for(task_name, hosts) end def print_report @report.print end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-ssh-agent-0.0.1 | lib/capistrano/ssh_agent/helper_methods.rb |