# File lib/bacon.rb, line 263
  def change?
    pre_result = yield
    called = call
    post_result = yield
    pre_result != post_result
  end