Module: T::Private::Methods::SingletonMethodHooks
- Defined in:
- lib/types/private/methods/_methods.rb
Instance Method Summary collapse
Instance Method Details
#singleton_method_added(name) ⇒ Object
549 550 551 552 |
# File 'lib/types/private/methods/_methods.rb', line 549 def singleton_method_added(name) super(name) ::T::Private::Methods._on_method_added(self, name, is_singleton_method: true) end |