From 5a6d8a0131140873fa1cd37bd3d76b0b06d633ae Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Thu, 24 Sep 2015 18:30:12 -0300 Subject: Renamed include to headers --- lib/yard/mruby/code_objects/headers_root.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/yard/mruby/code_objects/headers_root.rb (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 new file mode 100644 index 0000000..45806ff --- /dev/null +++ b/lib/yard/mruby/code_objects/headers_root.rb @@ -0,0 +1,11 @@ +module YARD::MRuby::CodeObjects + + class HeadersRoot < YARD::CodeObjects::NamespaceObject + def headers + children + end + end + + HEADERS_ROOT = HeadersRoot.new(:root, "headers") + +end -- cgit v1.2.3