# File lib/ImageFormat.rb, line 77 def self.is_valid_image_if(code_for_test) RipXploreLog.debug "adding test for #{self}: #{code_for_test.source}" @@code_for_tests[self] ||=[] @@code_for_tests[self]<<code_for_test.source end