Sha256: d18eb69441b1a95d531b3b1485a69d12525b18f5b1525355d3b6699bfcb8dd93

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 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 [DONE] Find a way to make magic_setflags work
o Refactor code into initialize instead of new
o [DONE?] Enable blocks for automatic cleanup:

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
blackwinter-ruby-filemagic-0.2.1 TODO
ruby-filemagic-0.3.0 TODO
ruby-filemagic-0.2.2 TODO
ruby-filemagic-0.2.1 TODO