Module: T::Private::Methods::MethodHooks
- Defined in:
- lib/types/private/methods/_methods.rb
Instance Method Summary collapse
Instance Method Details
#method_added(name) ⇒ Object
542 543 544 545 |
# File 'lib/types/private/methods/_methods.rb', line 542 def method_added(name) super(name) ::T::Private::Methods._on_method_added(self, name, is_singleton_method: false) end |