class RSpec::Matchers::BuiltIn::Change

def matches?(event_proc)

Other tags:
    Private: -
def matches?(event_proc)
  raise_block_syntax_error if block_given?
  perform_change(event_proc) && change_details.changed?
end