An open API service indexing awesome lists of open source software.

https://github.com/yhirano55/tolerance

Regards almost of all typo as tolerance...!! Bye typo, forever..👋
https://github.com/yhirano55/tolerance

ruby typo

Last synced: over 1 year ago
JSON representation

Regards almost of all typo as tolerance...!! Bye typo, forever..👋

Awesome Lists containing this project

README

          

# Tolerance

Regards almost of all typo as tolerance.

*CAUTION: This gem is experimental one. Don't use for your real product*

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'tolerance'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install tolerance

## Usage

You can use only installation. No special setup is required.

```ruby
class Foo
def hello
__method__
end

def self.say!
__method__
end
end

foo = Foo.new

foo.hello # => :hello
foo.pello # => :hello
foo.hel_o # => :hello
Foo.say! # => :say!
Foo.sey! # => :say!
Foo.sayyy # => :say!
```

Regards almost of all typo as **tolerance**...!! Bye typo, forever..:wave:

## License

[MIT License](https://opensource.org/licenses/MIT)