class RSpec::Matchers::BuiltIn::RaiseError

def matches?(*args)

def matches?(*args)
  self.class.last_run = self
  old_matches?(*args)
end