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..👋
- Host: GitHub
- URL: https://github.com/yhirano55/tolerance
- Owner: yhirano55
- License: mit
- Created: 2019-05-07T13:03:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T00:24:41.000Z (about 7 years ago)
- Last Synced: 2025-03-24T03:06:48.739Z (over 1 year ago)
- Topics: ruby, typo
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)