Class: Twitter::TwitterText::Regex::Emoji

Inherits:
Object
  • Object
show all
Defined in:
lib/twitter-text/emoji_regex.rb

Constant Summary collapse

REGEXEN =

:nodoc:

{}

Class Method Summary collapse

Class Method Details

.[](key) ⇒ Object



21
22
23
# File 'lib/twitter-text/emoji_regex.rb', line 21

def self.[](key)
  REGEXEN[key]
end