diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2003-12-03-re-news.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2003-12-03-re-news.html')
-rw-r--r-- | content/posts/2003-12-03-re-news.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/content/posts/2003-12-03-re-news.html b/content/posts/2003-12-03-re-news.html new file mode 100644 index 0000000..ae422bd --- /dev/null +++ b/content/posts/2003-12-03-re-news.html @@ -0,0 +1,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> + |