21 22 23
# File 'lib/inspec/expect.rb', line 21 def not_to(*args, &block) @calls.push([:not_to, args, block, caller]) end