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

ruby-changes:58570

From: Nobuyoshi <ko1@a...>
Date: Tue, 5 Nov 2019 08:08:31 +0900 (JST)
Subject: [ruby-changes:58570] 7c3bc0aa13 (master): Put an empty line [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=7c3bc0aa13

From 7c3bc0aa13abf3d46382860f76abb609a60376d6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 5 Nov 2019 08:07:59 +0900
Subject: Put an empty line [ci skip]


diff --git a/hash.c b/hash.c
index 8cc450f..0f5d418 100644
--- a/hash.c
+++ b/hash.c
@@ -6220,6 +6220,7 @@ Init_Hash(void) https://github.com/ruby/ruby/blob/trunk/hash.c#L6220
      * - When you get the value for a name in ENV, the value is retrieved from among the current environment variables.
      * - When you create or set a name-value pair in ENV, the name and value are immediately set in the environment variables.
      * - When you delete a name-value pair in ENV, it is immediately deleted from the environment variables.
+     *
      * === Names and Values
      * Generally speaking, each name or value is a String.
      *
@@ -6231,7 +6232,7 @@ Init_Hash(void) https://github.com/ruby/ruby/blob/trunk/hash.c#L6232
      *   - Be the empty string.
      *   - Contain character <code>=</code> or the NUL character (<code>"\0"</code>).
      *   - Have an ASCII-incompatible encoding (e.g., UTF-16LE, ISO-2022-JP).
-
+     *
      * === About Ordering
      * ENV presents its content in the order found
      * in the operating system's environment variables.
-- 
cgit v0.10.2


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

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