Method: Primer::Yard::ComponentManifest#where

Defined in:
lib/primer/yard/component_manifest.rb

#where(**attrs) ⇒ Object


116
117
118
# File 'lib/primer/yard/component_manifest.rb', line 116

def where(**attrs)
  self.class.where(@components, **attrs)
end