Module: Himari::ItemProvider

Instance Method Summary collapse

Instance Method Details

#collect(**hints) ⇒ Object

:nocov: Return items searched by hints. This method can perform fuzzy match with hints. OTOH is not expected to return exact match results. Use Item#match_hint? to do exact match in later process. See also: ProviderChain

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/himari/item_provider.rb', line 8

def collect(**hints)
  raise NotImplementedError
end