# File lib/FileSystem.rb, line 40 def self.is_valid_file_system_if(code_for_test) #puts "adding test for #{self}: #{code_for_test.source}" @@code_for_tests[self] ||=[] @@code_for_tests[self]<<code_for_test.source end