# File lib/puppet/provider/selmodule/semodule.rb, line 75 75: def selmod_readnext (handle) 76: len = handle.read(4).unpack('L')[0] 77: handle.read(len) 78: end