class Thor::Shell::Basic

def ask_simply(statement, color=nil)

def ask_simply(statement, color=nil)
  say("#{statement} ", color)
  stdin.gets.strip
end