From 3fea9bddfc81df97eb05d4379328d6793b80169a Mon Sep 17 00:00:00 2001 From: shinokaro Date: Wed, 24 Jul 2024 04:46:58 +0900 Subject: [PATCH] Remove mode lines from files --- Rakefile | 5 ----- bin/ocran | 1 - 2 files changed, 6 deletions(-) diff --git a/Rakefile b/Rakefile index 7732906f..1bcddaf9 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# -*- ruby -*- - require "rubygems" require 'bundler/setup' require "hoe" @@ -92,6 +90,3 @@ task :test_single, [:test_name] do |t, args| sh "ruby #{File.join("test", "test_ocra.rb")} -n test_#{args[:test_name]}" end end - - -# vim: syntax=Ruby diff --git a/bin/ocran b/bin/ocran index 9a5570b7..80f4541b 100644 --- a/bin/ocran +++ b/bin/ocran @@ -1,5 +1,4 @@ #!/usr/bin/env ruby -# -*- ruby -*- # encoding: UTF-8 require "pathname"