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

class RDoc::MetaMethod < RDoc::AnyMethod
end