[ANN] YAML.rb 0.44 (no longer requires racc)

why the lucky stiff [mailto:ruby-talk@whytheluckystiff.net] announced:

the latest: >

yaml is a text format for storing objects
in a human-readable fashion. [http://www.yaml.org/]

[snip]

very cool, why?? (cool name too, :slight_smile:

Iā€™m reading the getting started and the cookbook. The samples show creations
from ruby to yaml (but not the other way around). I would like to load/read
yaml specs to my ruby. Where can I find it?

do you have pdf doc? Iā€™d like to print the whole doc :slight_smile:

Many thanks -botp

Iā€™m reading the getting started and the cookbook. The samples show creations
from ruby to yaml (but not the other way around). I would like to load/read
yaml specs to my ruby. Where can I find it?
do you have pdf doc? Iā€™d like to print the whole doc :slight_smile:

In the ā€˜Referenceā€™ section of http://yaml4r.sf.net/doc/, you should check out
the YAML::load, YAML::load_documents, and YAML::load_stream methods. They are
the primary functions for loading YAML. Iā€™m still writing the ā€˜Getting Startedā€™
section that pertains to them.

I donā€™t have PDF docs at the moment, but Iā€™ll take a look at making that happen.
Perhaps I should have a printable HTML version as well.

Many thanks -botp

Yeah, thanks for checkin it out.

_why

Ā·Ā·Ā·

ā€œPe?a, Botpā€ (botp@delmonte-phil.com) wrote: