Class: YARD::MRuby::Handlers::C::Source::SymbolHandler
- Inherits:
-
Base
- Object
- Handlers::C::Base
- Base
- YARD::MRuby::Handlers::C::Source::SymbolHandler
- Defined in:
- lib/yard/mruby/handlers/c/source/symbol_handler.rb
Overview
Keeps track of function bodies for symbol lookup during MRuby method declarations
Constant Summary collapse
- MATCH =
/ mrb_value\s*(\w+)\s*\(\s*mrb_state\s*\*\s*\w+,\s*mrb_value\s*\w+\s*\) /mx