Skip to content

Instantly share code, notes, and snippets.

@koic
Created September 29, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koic/dc06f2230c6d2a7577af6c1c56a3cf31 to your computer and use it in GitHub Desktop.
Save koic/dc06f2230c6d2a7577af6c1c56a3cf31 to your computer and use it in GitHub Desktop.
YAML case study
require 'yaml'
puts YAML.load(DATA.read) # => {"name"=>"Bob"}
__END__
---
name: Alice
name: Bob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment