Class: YARD::MRuby::Handlers::C::Source::MethodHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/yard/mruby/handlers/c/source/method_handler.rb

Constant Summary collapse

MATCH1 =
/mrb_define_(
    method |
    singleton_method |
    module_function
  )
  \s*\(
  \s*\w+\s*,
  \s*(\w+)\s*,
  \s*"([^"]+)"\s*,
  \s*(\w+)\s*,
/mx

Constants inherited from Base

Base::DEFAULT_NAMESPACES

Method Summary

Methods inherited from Base

#handle_class, #handle_module, #namespace_for_variable