class Binstream::InvalidFloatValueError
Public Class Methods
new(position)
click to toggle source
Calls superclass method
# File lib/binstream/errors.rb, line 35 def initialize(position) super(sprintf("Expected float, but got NaN pos=%d", position)) end