class String
Public Instance Methods
emoji()
click to toggle source
Returns the string converted by the RubyEmoji
Parser
# File lib/ruby_emoji/extension.rb, line 4 def emoji RubyEmoji.parse(self) end
Returns the string converted by the RubyEmoji
Parser
# File lib/ruby_emoji/extension.rb, line 4 def emoji RubyEmoji.parse(self) end