Module: UrijiEmojiPicker

Defined in:
lib/uriji_emoji_picker.rb,
lib/helper/emoji_map.rb,
lib/helper/emoji_regex.rb,
lib/helper/emoji_helper.rb,
lib/helper/emoji_exceptions.rb,
lib/uriji_emoji_picker/engine.rb,
lib/uriji_emoji_picker/version.rb,
lib/generators/uriji_emoji_picker/install_generator.rb

Overview

UrijiEmojiPicker

Defined Under Namespace

Modules: Generators Classes: EmojiExceptions, EmojiMap, EmojiRegex, Engine

Constant Summary collapse

VERSION =
'1.0.1'.freeze

Instance Method Summary collapse

Instance Method Details

#content_with_emoji(text) ⇒ Object



5
6
7
# File 'lib/helper/emoji_helper.rb', line 5

def content_with_emoji(text)
  find_emoji(text)
end