Sha256: 7ea5e136c6126945ab75af78baeea7e19889b504e112257561040e3b760ea0e3

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

[![Build Status](https://travis-ci.com/oieioi/masososo.svg?token=okzT4ciBqpfSUbg7GQfs&branch=master)](https://travis-ci.com/oieioi/masososo)

# masososo

Return similar-looking characters for example "ソ", "ン" and "リ".

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'masososo'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install masososo

## Usage

```ruby
'リンゴを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](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 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](https://github.com/oieioi/masososo/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
masososo-0.0.1 README.md