Class: StimulusPlumbers::MCP::AriaLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/stimulus_plumbers/mcp/loaders/aria_loader.rb

Constant Summary collapse

FILENAME =
"ARIA.md"

Class Method Summary collapse

Class Method Details

.callObject



9
10
11
12
# File 'lib/stimulus_plumbers/mcp/loaders/aria_loader.rb', line 9

def call
  path = resolved_path
  path ? File.read(path) : ""
end