Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require "yaml"
  2. => true
  3. YAML
  4. => Psych
  5. YAML.dump "foo"
  6. => "--- foon...n"
  7. require "syck"
  8. => true
  9. YAML
  10. => Syck
  11. YAML.dump "foo"
  12. => "--- foon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement