summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2014-03-04 10:51:36 +0900
committerTomoyuki Sahara <[email protected]>2014-03-04 10:51:36 +0900
commit9686890ab3987dae5a0f3f9422941d2551bcebf9 (patch)
treefe1e20b82921613bd3f1ecb1624913af022c4211 /mrblib
parenta3411c4c96c5975680b7198364127b19472cb20a (diff)
downloadmruby-9686890ab3987dae5a0f3f9422941d2551bcebf9.tar.gz
mruby-9686890ab3987dae5a0f3f9422941d2551bcebf9.zip
Fix Float#divmod.
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/numeric.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/mrblib/numeric.rb b/mrblib/numeric.rb
index e567a4299..b695e946b 100644
--- a/mrblib/numeric.rb
+++ b/mrblib/numeric.rb
@@ -161,7 +161,4 @@ class Float
}
n.to_i
end
-
- def divmod(other)
- end
end