class ExactSearcher

Public Class Methods

new() click to toggle source
# File lib/exact_searcher.rb, line 2
def initialize
  @exiter = Exiter.new
end

Public Instance Methods