# File lib/puppet/module/tool/utils/interrogation.rb, line 21 def confirms?(question) $stderr.print "#{question} [y/N]: " $stdin.gets =~ /y/i end