summaryrefslogtreecommitdiff
path: root/lib/highline/question.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline/question.rb')
-rwxr-xr-xlib/highline/question.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/question.rb b/lib/highline/question.rb
index 27b18b4..6dd1293 100755
--- a/lib/highline/question.rb
+++ b/lib/highline/question.rb
@@ -575,7 +575,7 @@ class HighLine
# @param highline [HighLine] context
# @return [void]
def show_question(highline)
- highline.say(self) unless readline && (echo == true && !limit)
+ highline.say(self)
end
# Returns an echo string that is adequate for this Question settings.