to_gunma
Add this line to your application's Gemfile:
gem 'to_gunma'
And then execute:
$ bundle
Or install it yourself as:
$ gem install to_gunma
array = [1,2,3]
array.to_gunma #=> "Arrayは群馬県になりました。"
array.to_s #=> "[1, 2, 3]"
array.include?(1) #=> true
array.to_gunma! #=> "Arrayは群馬県になりました。"
array.to_s #=> "Arrayは群馬県になりました。"
array.include?(1) #=> "Arrayは群馬県になりました。"
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request