class YARD::MRuby::CodeObjects::HeaderBaseObject
A FunctionObject
represents a MRuby
C API function declaration inside a header inside an include directory
Public Instance Methods
header()
click to toggle source
# File lib/yard/mruby/code_objects/header_base_object.rb, line 6 def header self.namespace end
path()
click to toggle source
Header objects's shouln't be namespaced
# File lib/yard/mruby/code_objects/header_base_object.rb, line 11 def path self.name.to_s end