summaryrefslogtreecommitdiff
path: root/lib/securerandom.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 03:58:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 03:58:34 +0000
commit3d61b259ffcfb0dcc1e3b1b540b1cd18842bdff8 (patch)
treeeafb4d22927ae341c6b529dc432359660b4574c3 /lib/securerandom.rb
parent61685c762e8a87a36336889bea6abc9da4137149 (diff)
* lib/securerandom.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/securerandom.rb')
-rw-r--r--lib/securerandom.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 2f34e78374..49995d9eb3 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -1,4 +1,5 @@
# -*- coding: us-ascii -*-
+# -*- frozen_string_literal: true -*-
begin
require 'openssl'
rescue LoadError