Method: HighLine::Question#to_s

Defined in:
lib/highline/question.rb

#to_sObject

Stringifies the template to be asked.



495
496
497
# File 'lib/highline/question.rb', line 495

def to_s
  template
end