Pebbles::SuddenlyDeathString
_人人人人人人_
> 突然の死 <
 ̄YYYYYY ̄
Installation
Add this line to your application's Gemfile:
gem 'pebbles-suddenly_death_string'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pebbles-suddenly_death_string
Usage
# ruby
require 'pebbles/suddenly_death_string'
puts '突然の死'.to_suddenly_death
#=>
# _人人人人人人_
# > 突然の死 <
#  ̄YYYYYY ̄
puts Object.to_suddenly_death
#=>
# _人人人人人_
# > Object <
#  ̄YYYYY ̄
# shell
$ suddenly "突然の死"
#=>
# _人人人人人人_
# > 突然の死 <
#  ̄YYYYYY ̄
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