method
from_string
ruby latest stable - Class:
Bundler::RubyVersion
from_string(string)public
Returns a RubyVersion from the given string. @param [String] the version string to match. @return [RubyVersion,Nil] The version if the string is a valid RubyVersion
description, and nil otherwise.