Method: InertRecorder#method_missing
- Defined in:
- lib/y_support/inert_recorder.rb
#method_missing(ß, *args, &block) ⇒ Object
:nodoc:
40 41 42 43 |
# File 'lib/y_support/inert_recorder.rb', line 40 def method_missing ß, *args, &block # :nodoc: @recorded_messages << [ ß, args, block ] return self end |