Transforma lo que quieras al lenguaje de Guru Guru
Agrega la siguiente línea en tu Gemfile:
gem 'guru_guru'
y ejecuta:
$ bundle
O instala de forma manual:
$ gem install guru_guru
require 'guru_guru'
"Hola".to_guru_guru => "hoga"
rake
- 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