Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_emoji/extension.rb
Instance Method Summary collapse
-
#emoji ⇒ Object
Returns the string converted by the RubyEmoji Parser.
Instance Method Details
#emoji ⇒ Object
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 |