Method: Bolt::Transport::LXD::Connection#shell

Defined in:
lib/bolt/transport/lxd/connection.rb

#shellObject



22
23
24
# File 'lib/bolt/transport/lxd/connection.rb', line 22

def shell
  Bolt::Shell::Bash.new(target, self)
end