Skip to content

Commit a64bf7e

Browse files
committed
Remove useless shebang in non-executable files [ci skip]
1 parent f4481b9 commit a64bf7e

16 files changed

+0
-16
lines changed

tool/ruby_vm/controllers/application_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/helpers/c_escape.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/helpers/dumper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/helpers/scanner.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/loaders/insns_def.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/loaders/opt_insn_unif_def.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/loaders/opt_operand_def.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/loaders/vm_opts_h.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/models/attribute.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

tool/ruby_vm/models/c_expr.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /your/favourite/path/to/ruby
21
# -*- Ruby -*-
32
# -*- frozen_string_literal: true; -*-
43
# -*- warn_indent: true; -*-

0 commit comments

Comments
 (0)