# File P4Triggers.rb, line 65
def
each_file( &block ) @files.each { |f|
yield
( f ) }
end