# File lib/rr/wildcard_matchers/satisfy.rb, line 10 def wildcard_match?(other) self == other || !!expectation_proc.call(other) end