module DidYouMean
Constants
- IGNORED_CALLERS
- SPELL_CHECKERS
- VERSION
Public Class Methods
formatter()
click to toggle source
# File lib/did_you_mean.rb, line 44 def self.formatter @@formatter end
formatter=(formatter)
click to toggle source
# File lib/did_you_mean.rb, line 48 def self.formatter=(formatter) @@formatter = formatter end