summaryrefslogtreecommitdiffhomepage
path: root/lib/yard/mruby/code_objects/headers_root.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yard/mruby/code_objects/headers_root.rb')
-rw-r--r--lib/yard/mruby/code_objects/headers_root.rb11
1 files changed, 11 insertions, 0 deletions
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