Sha256: 97836ee3e458b9601abfe14a8f43c4a3474deb3faa3eba13fda0c2e46a1abe8d

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

o Find a better way to handle magic_load than just defaulting to NULL
o Find a way to make magic_check work on NULL
o Find a way to make magic_setflags work
o Refactor code into initialize instead of new
o Enable blocks for automatic cleanup:

FileMagic.open("somefile.txt") do |file|
  # close is called at the end of this block
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ricardochimal-ruby-filemagic-0.1.1 TODO
ricardochimal-ruby-filemagic-0.1.2 TODO