Module: RuboCop::Cop::Metz::OnSendCsendBridge::ClassMethods
- Defined in:
- lib/rubocop/cop/metz/on_send_csend_bridge.rb
Instance Method Summary collapse
Instance Method Details
#method_added(name) ⇒ Object
15 16 17 18 |
# File 'lib/rubocop/cop/metz/on_send_csend_bridge.rb', line 15 def method_added(name) super alias_method(:on_csend, :on_send) if name == :on_send end |