class FFI::Compiler::MultiFileTask
def needed?
def needed? begin @application.options.build_all || out_of_date?(File.mtime(name)) rescue Errno::ENOENT true end end
def needed? begin @application.options.build_all || out_of_date?(File.mtime(name)) rescue Errno::ENOENT true end end