* lib/yaml.rb: Kernel#y requires an argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8d03779d75
commit
b237383984
@ -1,3 +1,7 @@
|
||||
Sat Jan 8 04:38:47 2005 why the lucky stiff <why@ruby-lang.org>
|
||||
|
||||
* lib/yaml.rb: Kernel#y requires an argument.
|
||||
|
||||
Fri Jan 7 21:12:29 2005 TAMURA Takashi <sheepman@tcn.zaq.ne.jp>
|
||||
|
||||
* random.c (rand_init): use ALLOC_N instead of ALLOCA_N
|
||||
|
@ -400,7 +400,8 @@ module Kernel
|
||||
# ryan:: Either way, I certainly will have a pony parade.
|
||||
#
|
||||
|
||||
def y( *x )
|
||||
def y( o, *x )
|
||||
x.unshift o
|
||||
puts( if x.length == 1
|
||||
YAML::dump( *x )
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user