| Class | Gem::Platform |
| In: |
lib/bundler/rubygems_ext.rb
|
| Parent: | Object |
| JAVA | = | Gem::Platform.new('java') unless defined?(JAVA) |
| MSWIN | = | Gem::Platform.new('mswin32') unless defined?(MSWIN) |
| MINGW | = | Gem::Platform.new('x86-mingw32') unless defined?(MINGW) |
| X64_MINGW | = | Gem::Platform.new('x64-mingw32') unless defined?(X64_MINGW) |
| == | -> | eql? |