aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/extconf.rb')
-rw-r--r--ext/date/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/extconf.rb b/ext/date/extconf.rb
index e8596952de..a4f243ee10 100644
--- a/ext/date/extconf.rb
+++ b/ext/date/extconf.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'mkmf'
config_string("strict_warnflags") {|w| $warnflags += " #{w}"}
create_makefile('date_core')