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