summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-10-21 14:31:13 -0300
committerSeba Gamboa <[email protected]>2015-10-21 14:31:13 -0300
commit25c8e9536530afa72bacb78702a7a6d132c354f3 (patch)
treefc8c2b24814d4c7a8a994390c6ceb859ceae87ca /mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
parent13b552538af9e9794398e4a4177ba1cea04cccca (diff)
downloadmruby-25c8e9536530afa72bacb78702a7a6d132c354f3.tar.gz
mruby-25c8e9536530afa72bacb78702a7a6d132c354f3.zip
Revert "Mark core gems with mrbgem tag"
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
Diffstat (limited to 'mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb')
-rw-r--r--mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb b/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
index 9cd76fd3f..dfc6ba87c 100644
--- a/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
+++ b/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
@@ -1,8 +1,5 @@
module Integral
-
- # @mrbgem mruby-numeric-ext
def div(other)
self.divmod(other)[0]
end
-
end