This gem transcript Hangul into English.
Add this line to your application's Gemfile:
gem 'hangul'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hangul
Use method "String.to_roman":
"'안녕 하세요'.to_roman"
=> "annyeong haseyo"
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Finish the branch (
git push origin my-new-feature
). - Create new Pull Request.