From 723c2d4bd9575f05b5272a9e2eacb45e1d538af3 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Fri, 25 Sep 2015 10:11:59 -0300 Subject: Headers and functions list --- lib/yard/mruby/code_objects/function_object.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/yard/mruby/code_objects') diff --git a/lib/yard/mruby/code_objects/function_object.rb b/lib/yard/mruby/code_objects/function_object.rb index 60ff951..0a835b5 100644 --- a/lib/yard/mruby/code_objects/function_object.rb +++ b/lib/yard/mruby/code_objects/function_object.rb @@ -6,6 +6,10 @@ module YARD::MRuby::CodeObjects super end + def header + self.namespace + end + # Function's shouln't be namespaced def path self.name -- cgit v1.2.3