public Method

SSH.start( *args, &block )

A convenience method for starting a new SSH session. See Net::SSH::Session.

Source Code

# File net/ssh.rb, line 46
def start( *args, &block )
  Net::SSH::Session.new( *args, &block )
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.