remove duplicated frozen_string_literal magic comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
653f291b66
commit
63f486f1db
@ -1,5 +1,4 @@
|
|||||||
# -*- coding: us-ascii -*-
|
# -*- coding: us-ascii -*-
|
||||||
# frozen_string_literal: false
|
|
||||||
# frozen-string-literal: false
|
# frozen-string-literal: false
|
||||||
# module to create Makefile for extension modules
|
# module to create Makefile for extension modules
|
||||||
# invoke like: ruby -r mkmf extconf.rb
|
# invoke like: ruby -r mkmf extconf.rb
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# frozen_string_literal: false
|
|
||||||
# frozen-string-literal: true
|
# frozen-string-literal: true
|
||||||
##
|
##
|
||||||
# == Manipulates strings like the UNIX Bourne shell
|
# == Manipulates strings like the UNIX Bourne shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user