In order for the command line wrapper allowing user to run 'mastermind' from terminal without directly executing Ruby to work, the following alias was added to the bash profile:
alias mastermind="ruby ~/Documents/turing/Aug01/mastermind/mastermind.rb"