Class: SSHKit::Backend::Local
- Inherits:
-
Object
- Object
- SSHKit::Backend::Local
- Defined in:
- lib/luban/deployment/sshkit_refinements.rb
Instance Method Summary collapse
-
#initialize(host = Host.new(:local), &block) ⇒ Local
constructor
A new instance of Local.
Constructor Details
#initialize(host = Host.new(:local), &block) ⇒ Local
Returns a new instance of Local.
2 3 4 |
# File 'lib/luban/deployment/sshkit_refinements.rb', line 2 def initialize(host = Host.new(:local), &block) super end |