class Regexy::Text::Emoji
Constants
- SMILE_REGEX
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Regexy::Regexp::new
# File lib/regexy/text/emoji.rb, line 8 def initialize(*args) super(SMILE_REGEX, *args) end