65 66 67 68 69
# File 'lib/utils/filter.rb', line 65 def method_missing(*args) res = Trace.new @chain.push([args, res]) res end