Object
Allows distinguishing between 32-bit and 64-bit floats in Ruby. Useful in cases when RabbitMQ plugins encode values as 32 bit numbers.
# File lib/amq/protocol/float_32bit.rb, line 9 def initialize(value) @value = value end