Method: Bio::Shell::Core#history_file

Defined in:
lib/bio/shell/core.rb

#history_fileObject



74
75
76
# File 'lib/bio/shell/core.rb', line 74

def history_file
  File.join(@cache[:savedir], HISTORY)
end