# File lib/net/ssh/version.rb, line 26 26: def initialize(major, minor, tiny) 27: @major, @minor, @tiny = major, minor, tiny 28: end