class EmailValidator

def atom_char

def atom_char
  # The `atext` spec
  # We are looking at this without whitespace; no whitespace support here
  "[-#{alpha}#{alnum}+_!\"'#$%^&*{}/=?`|~]"
end