Skip to main content

Module ruby_crawler

Module ruby_crawler 

Source

Structs§

RubyCrawler
Ruby/RubyGems ecosystem crawler for discovering gems in Bundler vendor directories or global gem installation paths.

Functions§

parse_gem_env_output
Pure parser for gem env <key> stdout. Returns the trimmed path string or None on empty input. Extracted so the helper logic is unit-testable without shelling out to the gem CLI.