Returns a partial Ruby version string based on which. For example, if RUBY_VERSION = 8.2.3 and RUBY_PATCHLEVEL = 71:
:major => "8" :minor => "8.2" :tiny => "8.2.3" :teeny => "8.2.3" :full => "8.2.3.71"
[Validate]