lib/unicode/emoji/generated_native/regex_picto.rb in unicode-emoji-3.5.0 vs lib/unicode/emoji/generated_native/regex_picto.rb in unicode-emoji-3.6.0

- old
+ new

@@ -1,8 +1,8 @@ # This file was generated by a script, please do not edit it by hand. # See `$ rake generate_constants` and data/generate_constants.rb for more info. module Unicode module Emoji - REGEX_PICTO = /\p{Extended Pictographic}/ + REGEX_PICTO = /\p{ExtPict}/ end end