blob: ae422bde1e8889af2f91527671fdc4defe5fdbff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
date: "2003-12-03T17:39:57Z"
title: 'Re: News'
---
<p>
From <a href='http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/1854'>this message</a> on <a href='http://blade.nagaokaut.ac.jp/ruby/ruby-core/index.shtml'><code>ruby-core</code></a>:
</p>
<blockquote
cite='http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/1854'>
<pre>
>$ cat ybug.rb
>YAML.load( (0..1029).map {|n| { "x" => "z", "y" => n } } .to_yaml)
>$ /usr/local/lib/ruby-cvs/bin/ruby -v -r yaml ybug.rb
>ruby 1.8.1 (2003-12-01) [i686-linux]
>/usr/local/lib/ruby-cvs/lib/ruby/1.8/yaml.rb:39:in `load': parse error
>on line 666,
ok...so this line number thing is freaking me out. Are you saying that
YAML is the
beast spoken of in Revelations ;-)
</pre>
</blockquote>
<p>
Note: I fixed his mangled spelling of "Revelations".
</p>
|