Sha256: ee969b957953f0e65a1f57f7e1e3dbc36469fc5ee9f53c137f0efd40978aacf1

Contents?: true

Size: 69 Bytes

Versions: 3

Compression:

Stored size: 69 Bytes

Contents

module Integral
  def div(other)
    self.divmod(other)[0]
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webruby-0.9.3 modules/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
webruby-0.9.2 modules/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
webruby-0.9.1 modules/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb