Project

tolerance

0.0
No commit activity in last 3 years
No release in over 3 years
Regards all typo as tolerance
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0
 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:

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.

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