class Twitter::TwitterText::Regex::Emoji

Public Class Methods

[](key) click to toggle source
# File lib/twitter-text/emoji_regex.rb, line 21
def self.[](key)
  REGEXEN[key]
end