Skip to content

Instantly share code, notes, and snippets.

@cwgem
Created July 28, 2011 03:22
Show Gist options
  • Save cwgem/1110907 to your computer and use it in GitHub Desktop.
Save cwgem/1110907 to your computer and use it in GitHub Desktop.
DATAの使用例
require "yaml"
puts YAML::load( DATA.read ).inspect
__END__
---
- dogs
- cats
- badgers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment