class Xf::TraceValue

Traces based on a value matching. Only overrides the `match?` method to redefine a matched node.

@see Xf::Trace

@author baweaver @since 0.1.0

Private Instance Methods

match?(hash, key, value, matcher) click to toggle source

@see Trace#match?

# File lib/xf/trace_value.rb, line 15
        def match?(hash, key, value, matcher)
  matcher === value
end