# File lib/rspec/matchers/built_in/change.rb, line 22 def raise_block_syntax_error raise SyntaxError.new("block passed to should or should_not change must use {} instead of do/end\n") end