Sha256: 66bc3f040b6e76cb7c0ca879b85f31916c979774ad1fe9a69dda5b4ebe3fb3df
Contents?: true
Size: 270 Bytes
Versions: 34
Compression:
Stored size: 270 Bytes
Contents
module NdrImport module File # This is a stub file handler for files with file extensions that aren't in the registry. class UnregisteredFiletype < Base def tables raise "Error: Unknown file format #{@format.inspect}" end end end end
Version data entries
34 entries across 34 versions & 1 rubygems