Method: HighLine::Question#directory
- Defined in:
- lib/highline/question.rb
#directory ⇒ Object
The directory from which a user will be allowed to select files, when File or Pathname is specified as an answer_type. Initially set to Pathname.new(File.expand_path(File.dirname($0))).
202 203 204 |
# File 'lib/highline/question.rb', line 202 def directory @directory end |