From aa5ff4a43a5b91135ac723126478215f9ab1966a Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 4 Jan 2017 05:47:52 +0000 Subject: lib/cmath.rb: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cmath.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cmath.rb b/lib/cmath.rb index 41ab06e77c..4f327fd188 100644 --- a/lib/cmath.rb +++ b/lib/cmath.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true ## # = Trigonometric and transcendental functions for complex numbers. # -- cgit v1.2.3