class Primer::Yard::RegistryEntry

def slot_method?(mtd)

def slot_method?(mtd)
  mtd[:renders_one] || mtd[:renders_many]
end