class Net::SSH::Version

def <=>(version)

Compare this version to the given +version+ object.
def <=>(version)
  to_i <=> version.to_i
end