class RSpec::Matchers::BuiltIn::Change

def to(value)

Other tags:
    Api: - public
def to(value)
  ChangeToValue.new(change_details, value)
end