From b4909876ef9a17c3cd18d226c46fc86899195b3d Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 16 Apr 2013 14:09:00 +0000 Subject: merge revision(s) 40322: fix ENV.to_a rdoc example by @benolee [fix GH-288] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 9a0f71db9a..a06e7a352b 100644 --- a/hash.c +++ b/hash.c @@ -2926,7 +2926,7 @@ env_inspect(void) * * Converts the environment variables into an array of names and value arrays. * - * ENV.to_a # => [["TERM" => "xterm-color"], ["SHELL" => "/bin/bash"], ...] + * ENV.to_a # => [["TERM", "xterm-color"], ["SHELL", "/bin/bash"], ...] * */ static VALUE -- cgit v1.2.3