# File lib/cisco/telnet.rb, line 9 def initialize(options) @host = options[:host] @password = options[:password] @prompt = options[:prompt] @targs = options[:directargs] || ["Host" => @host] @pwprompt = options[:pwprompt] || "Password:" @cmdbuf, @extra_init = [], [] end