Convert real Unicode emoji to and from the colon-separated emoji-cheat-sheet form.
Add this line to your application's Gemfile:
gem 'encoji'
And then execute:
$ bundle
Or install it yourself as:
$ gem install encoji
Encoji.to_cheat_sheet("Looks good \u{1f44d}")
# => "Looks good :+1:"
Encoji.to_emoji("Looks good :+1:")
# => "Looks good \u{1f44d}"- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request