/** * Ruby Parser Adapter * * Tier 1 regex-based parser for Ruby source files. * Extracts classes, modules, methods, constants, attributes, * require/include statements, and module_function exports. * * @see TRL-8 */ import type { ParserAdapter } from './types.js'; export declare const rubyParser: ParserAdapter; //# sourceMappingURL=ruby-parser.d.ts.map