Files
server/usr/lib/ruby/3.2.0/rdoc/meta_method.rb
2026-01-07 20:52:11 +01:00

8 lines
129 B
Ruby

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