Your IP : 216.73.216.151
Current Path :
/
opt
/
alt
/
ruby27
/
share
/
ruby
/
did_you_mean
/
spell_checkers
/
Upload File :
Current File : //opt/alt/ruby27/share/ruby/did_you_mean/spell_checkers/null_checker.rb
module DidYouMean class NullChecker def initialize(*); end def corrections; [] end end end