9 10 11
# File 'lib/bundle_hack/command.rb', line 9 def exec(command, args) Sandbox.new(args.first).build if command == 'hack' end