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

jruby.kernel.integer.rb Maven / Gradle / Ivy

The newest version!
class Integer
  def ceildiv(other)
    -div(0 - other)
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy