[前][次][番号順一覧][スレッド一覧]

ruby-changes:45290

From: kazu <ko1@a...>
Date: Wed, 18 Jan 2017 21:35:16 +0900 (JST)
Subject: [ruby-changes:45290] kazu:r57363 (trunk): lib/profiler.rb: Specify frozen_string_literal: true.

kazu	2017-01-18 21:35:10 +0900 (Wed, 18 Jan 2017)

  New Revision: 57363

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57363

  Log:
    lib/profiler.rb: Specify frozen_string_literal: true.

  Modified files:
    trunk/lib/profiler.rb
Index: lib/profiler.rb
===================================================================
--- lib/profiler.rb	(revision 57362)
+++ lib/profiler.rb	(revision 57363)
@@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/profiler.rb#L1
-# frozen_string_literal: false
+# frozen_string_literal: true
 # Profile provides a way to Profile your Ruby application.
 #
 # Profiling your program is a way of determining which methods are called and

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]