ruby-changes:27466
From: zzak <ko1@a...>
Date: Wed, 27 Feb 2013 12:36:11 +0900 (JST)
Subject: [ruby-changes:27466] zzak:r39518 (trunk): * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]
zzak 2013-02-27 12:36:02 +0900 (Wed, 27 Feb 2013) New Revision: 39518 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39518 Log: * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251] Patch by Chun-wei Kuo Modified files: trunk/ChangeLog trunk/lib/ostruct.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39517) +++ ChangeLog (revision 39518) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 27 12:33:00 2013 Zachary Scott <zachary@z...> + + * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251] + Patch by Chun-wei Kuo + Wed Feb 27 12:13:32 2013 NARUSE, Yui <naruse@r...> * vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and cause Index: lib/ostruct.rb =================================================================== --- lib/ostruct.rb (revision 39517) +++ lib/ostruct.rb (revision 39518) @@ -61,8 +61,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/ostruct.rb#L61 # # == Implementation: # -# An OpenStruct utilizes Ruby's method lookup structure to and find and define -# the necessary methods for properties. This is accomplished through the method +# An OpenStruct utilizes Ruby's method lookup structure to find and define the +# necessary methods for properties. This is accomplished through the method # method_missing and define_method. # # This should be a consideration if there is a concern about the performance of -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/