From 48fb10fef522ab9262061bc612b44d74a8bda17d Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Fri, 25 Sep 2015 13:12:22 -0300 Subject: Listing functions --- lib/yard/mruby/code_objects/headers_root.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/yard/mruby/code_objects/headers_root.rb') diff --git a/lib/yard/mruby/code_objects/headers_root.rb b/lib/yard/mruby/code_objects/headers_root.rb index 45806ff..6522c9a 100644 --- a/lib/yard/mruby/code_objects/headers_root.rb +++ b/lib/yard/mruby/code_objects/headers_root.rb @@ -4,8 +4,11 @@ module YARD::MRuby::CodeObjects def headers children end + + def inheritance_tree(*args) + return [self] + end end HEADERS_ROOT = HeadersRoot.new(:root, "headers") - end -- cgit v1.2.3