Method: Primer::Yard::RegistryEntry#non_slot_methods
- Defined in:
- lib/primer/yard/registry.rb
permalink #non_slot_methods ⇒ Object
[View source]
53 54 55 |
# File 'lib/primer/yard/registry.rb', line 53 def non_slot_methods public_methods.reject { |mtd| slot_method?(mtd) } end |