ruby / 3.1 / didyoumean / nullchecker.html

class DidYouMean::NullChecker

Parent:
Object

Public Class Methods

new(*) Show source
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 3
def initialize(*);  end

Public Instance Methods

corrections() Show source
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 4
def corrections; [] end

Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.