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