# File lib/rspec/matchers/change.rb, line 29 def evaluate_value_proc case val = @value_proc.call when Enumerable val.dup else val end end