Files
mruby-mruby/mrblib/float.rb
T
2017-10-11 17:58:11 +09:00

10 lines
174 B
Ruby

##
# 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