mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
61685c762e
commit
3d61b259ff
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Oct 18 12:58:15 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/securerandom.rb: Specify frozen_string_literal: true.
|
||||
|
||||
Sun Oct 18 11:22:52 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* dln.c: remove defined(__WATCOMC__).
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# -*- coding: us-ascii -*-
|
||||
# -*- frozen_string_literal: true -*-
|
||||
begin
|
||||
require 'openssl'
|
||||
rescue LoadError
|
||||
|
|
Loading…
Reference in a new issue