
jruby.kernel.basicobject.rb Maven / Gradle / Ivy
class BasicObject
# replace Java versions that don't cache with Ruby versions that do
def !=(other)
!(self == other)
end
def !~(other)
!(self =~ other)
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy