class Primer::Yard::RegistryEntry

def initialize(component, docs)

def initialize(component, docs)
  @component = component
  @docs = docs
end