Skip to content

Instantly share code, notes, and snippets.

@jhilden
Created May 26, 2011 13:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jhilden/993142 to your computer and use it in GitHub Desktop.
Save jhilden/993142 to your computer and use it in GitHub Desktop.
YAML tester
require 'rubygems'
require 'yaml'
YAML::ENGINE.yamler = 'psych'
Dir["**/*.yml"].each do |file|
puts file
YAML.load_file file
end;0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment