mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
# frozen_string_literal: true
|
|
##
|
|
# MetaMethod represents a meta-programmed method
|
|
|
|
class RDoc::MetaMethod < RDoc::AnyMethod
|
|
end
|