ruby-changes:27234
From: zzak <ko1@a...>
Date: Sun, 17 Feb 2013 01:19:56 +0900 (JST)
Subject: [ruby-changes:27234] zzak:r39286 (trunk): * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz
zzak 2013-02-17 01:19:46 +0900 (Sun, 17 Feb 2013) New Revision: 39286 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39286 Log: * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz [Github tenderlove/psych#118] Modified files: trunk/ChangeLog trunk/ext/psych/lib/psych/y.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39285) +++ ChangeLog (revision 39286) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Feb 17 01:19:00 2013 Zachary Scott <zachary@z...> + + * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz + [Github tenderlove/psych#118] + Sun Feb 17 00:52:14 2013 NARUSE, Yui <naruse@r...> * tool/mkconfig.rb: remove prefix from rubyarchdir. Index: ext/psych/lib/psych/y.rb =================================================================== --- ext/psych/lib/psych/y.rb (revision 39285) +++ ext/psych/lib/psych/y.rb (revision 39286) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/y.rb#L1 module Kernel + ### + # An alias for Psych.dump_stream meant to be used with IRB. def y *objects puts Psych.dump_stream(*objects) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/