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