Class: StimulusPlumbers::MCP::AriaLoader
- Inherits:
-
Object
- Object
- StimulusPlumbers::MCP::AriaLoader
- Defined in:
- lib/stimulus_plumbers/mcp/loaders/aria_loader.rb
Constant Summary collapse
- FILENAME =
"ARIA.md"
Class Method Summary collapse
Class Method Details
.call ⇒ Object
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 |