# File lib/net/ssh/version.rb, line 43 def to_i @to_i ||= @major * 1_000_000 + @minor * 1_000 + @tiny end