Method: Frontier::Shell#initialize

Defined in:
lib/frontier/shell.rb

#initialize(host = 'localhost', port = 22) ⇒ Shell



6
7
8
# File 'lib/frontier/shell.rb', line 6

def initialize(host = 'localhost', port = 22)
  @channel = Channel.new(host, port)
end