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
554 555 556 557 |
# File 'lib/types/private/methods/_methods.rb', line 554 def singleton_method_added(name) super(name) ::T::Private::Methods._on_method_added(self, singleton_class, name) end |