ruby/lib/rdoc/meta_method.rb
2023-06-03 01:42:29 +00:00

6 lines
128 B
Ruby

# frozen_string_literal: true
##
# MetaMethod represents a meta-programmed method
class RDoc::MetaMethod < RDoc::AnyMethod
end