class Tryouts::Drill::Sergeant::API
def initialize(output=nil)
* +:output+ specify a return value. This will be
+opts+ is a Hash with the following optional keys:
def initialize(output=nil) @output = output end
def initialize(output=nil) @output = output end