Method: Transpec::Syntax::MethodStub#add_receiver_arg_to_any_instance_implementation_block!
- Defined in:
- lib/transpec/syntax/method_stub.rb
#add_receiver_arg_to_any_instance_implementation_block! ⇒ Object
93 94 95 96 |
# File 'lib/transpec/syntax/method_stub.rb', line 93 def add_receiver_arg_to_any_instance_implementation_block! return unless super add_record(Mixin::AnyInstanceBlock::MonkeyPatchRecordBuilder.build(self)) end |