summaryrefslogtreecommitdiff
path: root/lib/highline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline.rb')
-rwxr-xr-xlib/highline.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/highline.rb b/lib/highline.rb
index 33ab7eb..6ece3dc 100755
--- a/lib/highline.rb
+++ b/lib/highline.rb
@@ -479,15 +479,6 @@ class HighLine
private
- #
- # A helper method for sending the output stream and error and repeat
- # of the question.
- #
- def explain_error(error, question)
- say(question.final_responses[error]) if error
- say(question.ask_on_error_msg)
- end
-
# Adds a layer of scope (new_scope) to ask a question inside a
# question, without destroying instance data
def confirm(question)