module Parser::Deprecation

def warn_of_deprecation

def warn_of_deprecation
  @warned_of_deprecation ||= warn(self::DEPRECATION_WARNING) || true
end