Class | YARD::Handlers::C::ModuleHandler |
In: |
lib/yard/handlers/c/module_handler.rb
|
Parent: | YARD::Handlers::C::Base |
MATCH1 | = | /([\w\.]+)\s* = \s*rb_define_module\s*\(\s*"([\w:]+)"\s*\)/mx |
MATCH2 | = | /([\w\.]+)\s* = \s*rb_define_module_under\s*\(\s*(\w+),\s*"(\w+)"\s*\)/mx |