Method: Transpec::Syntax::MethodStub#register_request_for_dynamic_analysis
- Defined in:
- lib/transpec/syntax/method_stub.rb
#register_request_for_dynamic_analysis(rewriter) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/transpec/syntax/method_stub.rb', line 20 def register_request_for_dynamic_analysis(rewriter) register_request_of_syntax_availability_inspection( rewriter, :allow_to_receive_available?, [:allow, :receive] ) end |