# File lib/bundler/vendor/thor/shell/basic.rb, line 86 def yes?(statement, color=nil) !!(ask(statement, color) =~ is?(:yes)) end