Skip to content

Instantly share code, notes, and snippets.

@arwagner
Created October 4, 2011 20:11
Show Gist options
  • Save arwagner/1262656 to your computer and use it in GitHub Desktop.
Save arwagner/1262656 to your computer and use it in GitHub Desktop.
# YAML report
smell_results = {}
smells.each do |smell|
smell_results[smell.name] = smell.results
end
puts y smell_results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment