class Tryouts::Drill::Reality
Contains the actual response of a Drill
= Reality
def ==(dream)
def ==(dream) Response.compare(dream, self) end
def initialize
def initialize @stash = Tryouts::HASH_TYPE.new end
Contains the actual response of a Drill
= Reality
def ==(dream) Response.compare(dream, self) end
def initialize @stash = Tryouts::HASH_TYPE.new end