Method: Trace2::ClassUse#method_missing

Defined in:
lib/trace2/class_use.rb

#method_missing(method, *args, &block) ⇒ Object (private)



97
98
99
100
101
# File 'lib/trace2/class_use.rb', line 97

def method_missing(method, *args, &block)
  return true if respond_to_missing?(method, args)

  super
end