summaryrefslogtreecommitdiff
path: root/lib/rdoc/meta_method.rb
blob: 7927a9ce9cdc2206dd27085ce7ff8e6129254f62 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true
##
# MetaMethod represents a meta-programmed method

class RDoc::MetaMethod < RDoc::AnyMethod
end