By Philip Hagen and Jonathan Williams.
Given a file containing one word per line, print out all the combinations of words that are anagrams.
See: http://codekata.com/kata/kata06-anagrams/
Written in Ruby.
To install dependencies:
$ bundle install --path vendor/bundle --binstubs
To run specs:
$ rspec
Usage:
$ bundle exec lib/anagramer.rb wordlist.txt