Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
| $:.unshift(File.dirname(__FILE__)) | |
| require 'spec_helper' | |
| module BowlongGameMacro | |
| class BowlongGamePlayer | |
| def initialize | |
| @game = Game.new | |
| end | |
| def roll_spare |