Sha256: de172f55b2c10276b27083de56aeaae1b584f06af7ae627e4e2c4060177f64ca
Contents?: true
Size: 471 Bytes
Versions: 101
Compression:
Stored size: 471 Bytes
Contents
class Knj::Fs::Ssh def self.args return [ { "title" => "Hostname", "name" => "texhostname" }, { "title" => "Port", "name" => "texport" }, { "title" => "Username", "name" => "texusername" }, { "title" => "Password", "name" => "texpassword", "type" => "password" } ] end def initialize(args) @args = args raise "Stub!" end end
Version data entries
101 entries across 101 versions & 1 rubygems