Gem Version Build Status

masososo

Make typo with similar-looking characters such as "ソ", "ン", "リ".

Installation

Add this line to your application's Gemfile:

gem 'masososo'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install masososo

Usage

'リンゴを4つとみかんを7つください'.masososo
# => "ソリゴを4つとみかんをクつくださソ"
'リンゴを4つとみかんを7つください'.masososo
# => "リリゴを4つとゐかんをワつくだちい"

?ソ.similar_chars
# => ["リ", "ン"]
?ソ.similar_chars(including_self: true)
# => ["ソ", "リ", "ン"]

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/oieioi/masososo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the masososo project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.