class Tapioca::Dsl::Compiler

def handles?(constant)

def handles?(constant)
  processable_constants.include?(constant)
end