dtao / safe_yaml

Parse YAML safely
MIT License
217 stars 63 forks source link

YAML.unsafe_load_file defined twice #55

Closed btoews closed 10 years ago

btoews commented 10 years ago

Not sure if I'm missing something here:

https://github.com/dtao/safe_yaml/blob/master/lib/safe_yaml.rb#L36-49

dtao commented 10 years ago

Nope, you're not missing anything. Just stupidity on my part.

I will clean this up for the next release. Thanks for pointing it out!