class Binstream::InvalidPositionError

Public Class Methods

new(proposal) click to toggle source
Calls superclass method
# File lib/binstream/errors.rb, line 23
def initialize(proposal)
  super(sprintf("Wanted to seek to %d!!", proposal))
end