Class: Tidewave::Tools::ReadProjectFile

Inherits:
Base
  • Object
show all
Defined in:
lib/tidewave/tools/read_project_file.rb

Instance Method Summary collapse

Methods inherited from Base

file_system_tool, file_system_tool?

Instance Method Details

#call(path:) ⇒ Object



17
18
19
# File 'lib/tidewave/tools/read_project_file.rb', line 17

def call(path:)
  Tidewave::FileTracker.read_file(path)
end