Module: Himari::ItemProvider

Included in:
Himari::ItemProviders::Static
Defined in:
lib/himari/item_provider.rb

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)


6
7
8
# File 'lib/himari/item_provider.rb', line 6

def collect(**hints) 
  raise NotImplementedError
end