class Primer::Yard::RegistryEntry

def slot_methods

def slot_methods
  public_methods.select { |mtd| slot_method?(mtd) }
end