class Tryouts::Drill::Reality


Contains the actual response of a Drill
= Reality

def initialize

def initialize
  @rcode = 0
  @stash = Tryouts::HASH_TYPE.new
end