# File lib/bundler/ruby_version.rb, line 58
    def self.from_string(string)
      new($1, $2, $3, $4) if string =~ PATTERN
    end