class SSHKit::Backend::Abstract

Extend (monkeypatch)the original class with some accessors.

Attributes

env[W]
group[RW]
host[RW]
pwd[W]
user[RW]

Public Instance Methods

env() click to toggle source
# File lib/core_ext/sshkit/backend/abstract.rb, line 11
def env
  @env ||= {}
end
pwd() click to toggle source
# File lib/core_ext/sshkit/backend/abstract.rb, line 7
def pwd
  @pwd ||= []
end