method

from_string

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.