method

chruby_version

v2_6_3 - Show latest stable - Class: Bundler::Env
chruby_version()
private

No documentation available.

# File lib/bundler/env.rb, line 94
    def self.chruby_version
      return "not installed" unless Bundler.which("chruby-exec")
      `chruby-exec -- chruby --version`.
        sub(/.*^chruby: (#{Gem::Version::VERSION_PATTERN}).*/, '\1')
    end