Class: BashHistoryParser

Inherits:
HistoryParserInterface show all
Defined in:
lib/parser/bash_history_parser.rb

Overview

Parse the Bash history file

Instance Method Summary collapse

Methods inherited from HistoryParserInterface

#commands, #parse_command

Instance Method Details

#history_fileObject



7
8
9
# File 'lib/parser/bash_history_parser.rb', line 7

def history_file
  File.expand_path(BASH_HISTORY_FILE_PATH)
end