class Tryouts::ExpectationEvaluators::Boolean

def self.handles?(expectation_type)

def self.handles?(expectation_type)
  expectation_type == :boolean
end