class Primer::Yard::RegistryEntry

def non_slot_methods

def non_slot_methods
  public_methods.reject { |mtd| slot_method?(mtd) }
end