# File lib/numru/nusdas.rb, line 86 def skip_record(io) len = io.read(4).unpack("N")[0] io.seek(len+4,IO::SEEK_CUR) end