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