All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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