Base
# File lib/rabbit/image/gimp.rb, line 17 def match?(filename) File.open(filename) do |f| HEADER == f.read(HEADER_SIZE) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.