summaryrefslogtreecommitdiffhomepage
path: root/mrblib/float.rb
blob: 6343b9b8526db8f64e4dfc46da2aa4d2550b5a57 (plain)
1
2
3
4
5
6
7
8
9
##
# 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