Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_emoji/extension.rb

Instance Method Summary collapse

Instance Method Details

#emojiObject

Returns the string converted by the RubyEmoji Parser



4
5
6
# File 'lib/ruby_emoji/extension.rb', line 4

def emoji
  RubyEmoji.parse(self)
end