Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unfortunately, it doesn't look like this patch works in Ruby 1.9, where YAML is actually the Psych module. Any Psych experts know how to make this 1.9-compatible?


It doesn't work for me either on 1.9 - anyone with an explanation?

I commented here:

https://gist.github.com/4507129


The patch I applied does not use YAML.tagged_classes.


YAML is aliased to Psych:

irb(main):001:0> require 'yaml'

=> true

irb(main):002:0> YAML

=> Psych




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: