# This file was generated. Please, do not edit this file by hand. module Unicode module Emoji REGEX_ANY = /\p{Emoji}/ end end