Class: ListGemsTool
Overview
Tool: List all gems with .yardoc files
Instance Method Summary collapse
Methods inherited from YardTool
Instance Method Details
#call ⇒ Object
649 650 651 652 |
# File 'lib/yardmcp.rb', line 649 def call gems = YardUtils.instance.list_gems ok({ gems: }, text: gems.join("\n")) end |