class Gem::Platform
Public Instance Methods
===(other)
click to toggle source
Calls superclass method
# File lib/bundler_ignore_universal.rb, line 7 def ===(other) super and !((@os == "darwin" || other.os == "darwin") && (@cpu == "universal" || other.cpu == "universal")) end