# File lib/bundler/vendor/thor/shell/basic.rb, line 74 def no?(statement, color=nil) !yes?(statement, color) end