class RSpec::Matchers::BuiltIn::BaseMatcher

def present_ivars

:nocov:
def present_ivars
  instance_variables.map(&:to_sym)
end