# File app/utils/many_file_app.rb, line 34
        def main(argv)
                # 実行時引数を解析します。
                if parse(argv)
                        # 複数ファイルを処理します。
                        process_many_file
                else
                        # 使用方法を出力します。
                        usage
                end
        end