summaryrefslogtreecommitdiff
path: root/jni/ruby/lib/rdoc/meta_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/lib/rdoc/meta_method.rb')
-rw-r--r--jni/ruby/lib/rdoc/meta_method.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ruby/lib/rdoc/meta_method.rb b/jni/ruby/lib/rdoc/meta_method.rb
new file mode 100644
index 0000000..68ba810
--- /dev/null
+++ b/jni/ruby/lib/rdoc/meta_method.rb
@@ -0,0 +1,6 @@
+##
+# MetaMethod represents a meta-programmed method
+
+class RDoc::MetaMethod < RDoc::AnyMethod
+end
+