Flowdock
class
Importance_1
v2_6_3 - Show latest stable - 0 notes - Superclass: Object

Available list of platforms for targeting Gem installations.

See `gem help platform` for information on platform matching.

Constants

CURRENT = 'current'.freeze

RUBY = 'ruby'.freeze

X64_MINGW = Gem::Platform.new("x64-mingw32") unless defined?(X64_MINGW)

MINGW = Gem::Platform.new("x86-mingw32") unless defined?(MINGW)

MSWIN64 = Gem::Platform.new("mswin64") unless defined?(MSWIN64)

MSWIN = Gem::Platform.new("mswin32") unless defined?(MSWIN)

JAVA = Gem::Platform.new("java") unless defined?(JAVA)

Attributes

[RW] version
[RW] os
[RW] cpu
Show files where this class is defined (2 files)
Register or log in to add new notes.