Class: ListGemsTool

Inherits:
YardTool
  • Object
show all
Defined in:
lib/yardmcp.rb

Overview

Tool: List all gems with .yardoc files

Instance Method Summary collapse

Methods inherited from YardTool

returns

Instance Method Details

#callObject



649
650
651
652
# File 'lib/yardmcp.rb', line 649

def call
  gems = YardUtils.instance.list_gems
  ok({ gems: }, text: gems.join("\n"))
end