This method is only available on newer versions. The first available version (v2_6_3) is shown here.
ask(statement, color = nil)
Ask something to the user and receives a response.
ask(“What is your name?”)
TODO: Implement #ask for Bundler::Thor::Shell::HTML
# File lib/bundler/vendor/thor/lib/thor/shell/html.rb, line 70 def ask(statement, color = nil) raise NotImplementedError, "Implement #ask for Bundler::Thor::Shell::HTML" end