Method: Z4box::Box#initialize
- Defined in:
- lib/z4box.rb
#initialize(x) ⇒ Box
Returns a new instance of Box.
39 40 41 42 |
# File 'lib/z4box.rb', line 39 def initialize x u,b = x.split("@") @box = Net::SSH.start(b,u) end |
Returns a new instance of Box.
39 40 41 42 |
# File 'lib/z4box.rb', line 39 def initialize x u,b = x.split("@") @box = Net::SSH.start(b,u) end |