Class: CommandT::Scanner::HistoryScanner

Inherits:
CommandT::Scanner show all
Defined in:
lib/command-t/scanner/history_scanner.rb

Instance Method Summary collapse

Constructor Details

#initialize(history_command) ⇒ HistoryScanner

Returns a new instance of HistoryScanner.



7
8
9
# File 'lib/command-t/scanner/history_scanner.rb', line 7

def initialize(history_command)
  @history_command = history_command
end

Instance Method Details

#pathsObject



11
12
13
# File 'lib/command-t/scanner/history_scanner.rb', line 11

def paths
  @paths ||= paths!
end