diff options
| author | Tomoyuki Sahara <[email protected]> | 2014-03-04 10:51:36 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2014-03-04 10:51:36 +0900 |
| commit | 9686890ab3987dae5a0f3f9422941d2551bcebf9 (patch) | |
| tree | fe1e20b82921613bd3f1ecb1624913af022c4211 /mrblib/numeric.rb | |
| parent | a3411c4c96c5975680b7198364127b19472cb20a (diff) | |
| download | mruby-9686890ab3987dae5a0f3f9422941d2551bcebf9.tar.gz mruby-9686890ab3987dae5a0f3f9422941d2551bcebf9.zip | |
Fix Float#divmod.
Diffstat (limited to 'mrblib/numeric.rb')
| -rw-r--r-- | mrblib/numeric.rb | 3 |
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 |
