# File lib/beefcake/buffer/decode.rb, line 80 def read_double bytes = read(8) bytes.unpack("E").first end