ruby_emoji

A gem to convert the ":"-notation into an emoji.

THE GEM IS NOT YET FINISHED!

Status right now: 68%

Build status

Build Status

Installation

Install the latest stable release:

$ gem install ruby_emoji

Or with Bundler, add it to your Gemfile:

gem 'ruby_emoji'

Usage

Use the parse function:

RubyEmoji.parse("Awesome emoji :grin: :blush:") # => "Awesome emoji 😁 😊"

Or use the String#emoji method:

"Yay, I love emojies! :green_heart:".emoji # => "Yay, I love emojies! 💚"