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

class RDoc::MetaMethod < RDoc::AnyMethod
end