Method: HexaPDF::TestUtils::OperatorRecorder#method_missing

Defined in:
lib/hexapdf/test_utils.rb

#method_missing(msg, *params) ⇒ Object



61
62
63
# File 'lib/hexapdf/test_utils.rb', line 61

def method_missing(msg, *params)
  @recorded_ops << (params.empty? ? [msg] : [msg, params])
end