trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
12 lines • 363 B
TypeScript
/**
* 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