class Comet::RatelimitRule

def clear

def clear
  @match_regex = ''
  @bytes_per_second = 0
  @unknown_json_fields = {}
end