method
from_string
v2_6_3 -
Show 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.