in programming/ruby/version_info.rb [14:19]
def initialize(major = 0, minor = 0, patch = 0) @major = major @minor = minor @patch = patch end