Class Bundler::CurrentRuby
In: lib/bundler/current_ruby.rb
Parent: Object

Methods

jruby?   maglev?   mingw?   mri?   mswin64?   mswin?   rbx?   ruby?   truffleruby?   x64_mingw?  

Constants

KNOWN_MINOR_VERSIONS = %w[ 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 ].freeze
KNOWN_MAJOR_VERSIONS = KNOWN_MINOR_VERSIONS.map {|v| v.split(".", 2).first }.uniq.freeze
KNOWN_PLATFORMS = %w[ jruby maglev mingw mri mswin mswin64 rbx ruby truffleruby x64_mingw ].freeze

Public Instance methods

[Validate]