summaryrefslogtreecommitdiff
path: root/lib/highline/question/answer_converter.rb
Commit message (Expand)AuthorAgeFilesLines
* Disentangle check_range stepAbinoam P. Marques Jr2022-12-311-2/+1
* Check_range even if it's not being convertedAbinoam P. Marques Jr2022-12-311-3/+1
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-1/+1
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-1/+1
* Put down the last C and B grade objects (inch - documentation)Abinoam Praxedes Marques Jr2015-12-141-0/+5
* Improve HighLine::Question::AnswerConverter documentationAbinoam Praxedes Marques Jr2015-12-141-0/+14
* Make all conversion methods public - Question::AnswerConverterAbinoam Praxedes Marques Jr2015-07-091-12/+12
* Downcase method names on AnswerConverterAbinoam Praxedes Marques Jr2015-07-091-12/+12
* unify 'coding: utf-8' headersMichal Cichra2015-06-151-0/+1
* remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-151-1/+0
* Require forwardable as AnswerConverter depends on itAbinoam Praxedes Marques Jr2015-06-121-0/+2
* Extract AnswerConverter#convert_by_answer_typeAbinoam Praxedes Marques Jr2015-06-061-7/+8
* Make all convertion methods private to AnswerConverterAbinoam Praxedes Marques Jr2015-06-061-4/+2
* Unify Array and Proc AnswerConverter convertionsAbinoam Praxedes Marques Jr2015-06-061-5/+11
* Send the name (string) directly. No need to convert to symbol hereAbinoam Praxedes Marques Jr2015-06-061-1/+1
* Split some AnswerConverter conversions separate methods - simplify conditionalAbinoam Praxedes Marques Jr2015-06-061-18/+42
* Use a more natural calling syntax for procsAbinoam Praxedes Marques Jr2015-06-061-1/+1
* Remove duplicate String handling in AnswerConverter#convertAbinoam Praxedes Marques Jr2015-06-061-1/+1
* Extract HighLine::Question::AnswerConverterAbinoam Praxedes Marques Jr2015-06-051-0/+53