Module: Himari::ItemProvider
- Included in:
- Himari::ItemProviders::Static
- Defined in:
- lib/himari/item_provider.rb
Instance Method Summary collapse
-
#collect(**hints) ⇒ Object
:nocov: Return items searched by hints.
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
6 7 8 |
# File 'lib/himari/item_provider.rb', line 6 def collect(**hints) raise NotImplementedError end |