Class: SSHKit::Backend::Local

Inherits:
Object
  • Object
show all
Defined in:
lib/luban/deployment/sshkit_refinements.rb

Instance Method Summary collapse

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