summaryrefslogtreecommitdiff
path: root/lib/highline/question.rb
Commit message (Expand)AuthorAgeFilesLines
* Update Question#validate inline documentationAbinoam P. Marques Jr2023-01-021-0/+3
* Enable using a validator class for validationAbinoam P. Marques Jr2023-01-021-1/+2
* Document the new Question#default_hint_showAbinoam P. Marques Jr2023-01-011-6/+16
* These files have no shebang and should not be executableBrandon Dunne2022-02-231-0/+0
* Deprecate safe_level of ERB.new in Ruby 2.6Koichi ITO2018-05-121-1/+5
* Prompt treated the same with or without readlineAbinoam P. Marques Jr2017-11-211-1/+1
* Change rescue for a simple if/elseAbinoam P. Marques Jr2017-11-051-1/+5
* Move logic to QuestionAbinoam P. Marques Jr2017-11-051-0/+5
* Revert %i use for 1.9 compatibilityAbinoam P. Marques Jr2017-09-251-4/+4
* Remove double negationAbinoam P. Marques Jr2017-09-241-2/+2
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-3/+3
* Apply manual fixes for rubocop warningsAbinoam P. Marques Jr2017-07-011-3/+4
* Require 'English' for rubocop autofixed filesAbinoam P. Marques Jr2017-07-011-0/+1
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-37/+37
* Question confirm typo fixmmihira2016-07-091-1/+1
* Tests for Proc as confirm attribute. Update docsmmihira2016-07-091-5/+9
* confirm in question now accepts Procmmihira2016-07-041-0/+2
* Fix bug with responses hash not updating with each additional menu choicematrinox2016-02-191-12/+24
* Put down the last C and B grade objects (inch - documentation)Abinoam Praxedes Marques Jr2015-12-141-0/+4
* Improve HighLine::Question documentationAbinoam Praxedes Marques Jr2015-12-141-1/+54
* Remove unecessary ins vars assignment and make use of accessors on QuestionAbinoam Praxedes Marques Jr2015-11-171-40/+30
* Fix #159 - Make HighLine::Question convert the 'template' argument to String ...Abinoam Praxedes Marques Jr2015-10-091-1/+1
* Fix #get_echo to make it work at its new home QuestionAbinoam Praxedes Marques Jr2015-10-091-4/+4
* Move HighLine#get_echo to Question#get_echoAbinoam Praxedes Marques Jr2015-10-091-0/+10
* Command instead of querymatugm2015-09-271-0/+9
* Move ask_at method body up to highline.rbmatugm2015-09-231-8/+0
* Extract custom errors into module & delete old codematugm2015-09-231-10/+6
* Extract gather_answersmatugm2015-09-231-1/+4
* Extract QuestionAsker classmatugm2015-09-231-1/+2
* Rename gather to gather_answersmatugm2015-09-231-2/+2
* Remove empty parenthesisJesus Castello2015-09-231-9/+9
* Remove duplicate HighLine#directory accessorAbinoam Praxedes Marques Jr2015-07-171-2/+0
* Add some rdoc markup for correct doc generationAbinoam Praxedes Marques Jr2015-07-171-0/+1
* Move the responsabilities of dealing with Question initialization to Question...Abinoam Praxedes Marques Jr2015-07-171-0/+12
* It's 'nil check' hunting seasonAbinoam Praxedes Marques Jr2015-07-171-9/+9
* Make all conversion methods public - Question::AnswerConverterAbinoam Praxedes Marques Jr2015-07-091-1/+1
* remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-151-1/+0
* Extract HighLine::Question::AnswerConverterAbinoam Praxedes Marques Jr2015-06-051-25/+8
* Add String convertion/coercion to HighLine::Question#format_answerAbinoam Praxedes Marques Jr2015-06-041-0/+1
* Move HighLine#ask_on_error_msg to Question. Make it simpler and it's the righ...Abinoam Praxedes Marques Jr2015-05-311-0/+8
* Extract Question#confirm_questionAbinoam Praxedes Marques Jr2015-05-311-0/+12
* Set Question#answer on Question#get_response_or_default and #convert. Simplif...Abinoam Praxedes Marques Jr2015-05-311-2/+3
* Remove Question#in_range? #valid_answer? and #convert parameters. Use self.an...Abinoam Praxedes Marques Jr2015-05-311-16/+16
* Add Question#get_response_or_default and simplify HighLine#ask_onceAbinoam Praxedes Marques Jr2015-05-311-0/+4
* Extract HighLine#get_response_getc_modeAbinoam Praxedes Marques Jr2015-05-201-1/+4
* Extract Question#ask_atAbinoam Praxedes Marques Jr2015-05-201-0/+5
* Fix Question#get_response referencesAbinoam Praxedes Marques Jr2015-05-181-5/+5
* Move HighLine#get_response to Question#get_responseAbinoam Praxedes Marques Jr2015-05-181-0/+19
* Reduce line size/complexity by testing for a Duck typeAbinoam Praxedes Marques Jr2015-04-291-1/+1
* Make default case a guard clauseAbinoam Praxedes Marques Jr2015-04-291-3/+3