# File lib/thor/shell/basic.rb, line 376 def ask_simply(statement, color=nil) say("#{statement} ", color) stdin.gets.tap{|text| text.strip! if text} end