Skip to content

Instantly share code, notes, and snippets.

@exegeteio
Created April 25, 2016 20:28
Show Gist options
  • Save exegeteio/706daabf8e36577d6e25d52502311f88 to your computer and use it in GitHub Desktop.
Save exegeteio/706daabf8e36577d6e25d52502311f88 to your computer and use it in GitHub Desktop.
Testing YAML output with Ruby.
#!/usr/bin/ruby
require 'yaml'
puts YAML.load_file('test.yaml').inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment