ruby-changes:30402
From: zzak <ko1@a...>
Date: Sat, 10 Aug 2013 09:21:51 +0900 (JST)
Subject: [ruby-changes:30402] zzak:r42481 (trunk): * NEWS: [DOC] typo in example reported by @moretea
zzak 2013-08-10 09:21:46 +0900 (Sat, 10 Aug 2013) New Revision: 42481 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42481 Log: * NEWS: [DOC] typo in example reported by @moretea https://github.com/ruby/ruby/commit/a39e724#commitcomment-3831489 Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 42480) +++ ChangeLog (revision 42481) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Aug 10 09:20:21 2013 Zachary Scott <e@z...> + + * NEWS: [DOC] typo in example reported by @moretea + https://github.com/ruby/ruby/commit/a39e724#commitcomment-3831489 + Sat Aug 10 09:19:04 2013 Zachary Scott <e@z...> * proc.c: [DOC] rdoc code formatting Index: NEWS =================================================================== --- NEWS (revision 42480) +++ NEWS (revision 42481) @@ -27,7 +27,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L27 * Binding * New methods * Binding#local_variable_get(symbol) - * Binding#local_variable_set(symbol) + * Binding#local_variable_set(symbol, obj) * Binding#local_variable_defined?(symbol) * GC -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/