Class: BashHistoryParser
- Inherits:
-
HistoryParserInterface
- Object
- HistoryParserInterface
- BashHistoryParser
- Defined in:
- lib/parser/bash_history_parser.rb
Overview
Parse the Bash history file
Instance Method Summary collapse
Methods inherited from HistoryParserInterface
Instance Method Details
#history_file ⇒ Object
7 8 9 |
# File 'lib/parser/bash_history_parser.rb', line 7 def history_file File.(BASH_HISTORY_FILE_PATH) end |