Method: Doing::Prompt.default_answer
- Defined in:
- lib/doing/prompt/prompt.rb
.default_answer ⇒ Boolean
If true, always return the default answer without prompting
36 37 38 |
# File 'lib/doing/prompt/prompt.rb', line 36 def default_answer @default_answer ||= false end |