aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cmath.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-04 05:47:52 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-04 05:47:52 +0000
commitb1ccd936eb40729b1b6c851fac082226b5d38a0f (patch)
tree0b5926041540c26c5abe3135722f2d305580c1bc /lib/cmath.rb
parentf292097a8317cc6f4f7d52eec632a8c7c5c21ec7 (diff)
downloadruby-b1ccd936eb40729b1b6c851fac082226b5d38a0f.tar.gz
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
Diffstat (limited to 'lib/cmath.rb')
-rw-r--r--lib/cmath.rb2
1 files changed, 1 insertions, 1 deletions
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.
#