method

single_version_string

ruby latest stable - Class: Bundler::RubyVersion

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

single_version_string()
public

No documentation available.

# File lib/bundler/ruby_version.rb, line 62
    def single_version_string
      to_s(gem_version)
    end