Closed jackbot closed 11 years ago
I had a bit of an issue when parsing a simple array of integers in that 0 would always return a string:
yaml = [0, 1].to_yaml YAML.load(yaml) => ["0", 1]
@jackbot: Can't believe I let that bug slip in! Thanks for the fix.
No problemo! :)
I had a bit of an issue when parsing a simple array of integers in that 0 would always return a string: