module GraphedFuzzySearch

require “graphed_fuzzy_search/version”

Constants

Connection
DEFAULT_TOKEN_REGEX
Item
Node
VERSION

Public Class Methods

new(*args, **kwargs) click to toggle source
# File lib/graphed_fuzzy_search.rb, line 4
def self.new(*args, **kwargs)
  Collection.new(*args, **kwargs)
end