summaryrefslogtreecommitdiffhomepage
path: root/mrblib/float.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mrblib/float.rb')
-rw-r--r--mrblib/float.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/mrblib/float.rb b/mrblib/float.rb
deleted file mode 100644
index 2b86dc1e5..000000000
--- a/mrblib/float.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-##
-# Float
-#
-# ISO 15.2.9
-class Float
- # mruby special - since mruby integers may be upgraded to floats,
- # floats should be compatible to integers.
- include Integral
-end if class_defined?("Float")