Frederick Ros wrote : | I'm also experiencing some problem with YAML in Ruby 1.8.3 and the way | as_yaml method is supported ...
Just a quick view on this one. The newly introduced yaml_as method in
YAML seems to allow object_maker (or YAML::load) to create a Entry
object. However the @content field in Entry is a String which was
changed on the fly (in BaseEntry::maker) into a RedCloth object, an
dthus handled the to_html method...
Right now the to_html method is not handled and thus nothing can be
generated.
I'm going to try a fix on this ...
--
Frederick Ros aka Sleeper -- [EMAIL PROTECTED]
Localise input and output in subroutines.
- The Elements of Programming Style (Kernighan & Plaugher)
pgp5x8NlAJdG1.pgp
Description: PGP signature
_______________________________________________ Hobix-is-the-way mailing list [email protected] http://rubyforge.org/mailman/listinfo/hobix-is-the-way
