%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/opt/plesk/ruby/3.2.2/lib64/ruby/3.2.0/rdoc/markup/ |
| Current File : //proc/self/root/proc/self/root/opt/plesk/ruby/3.2.2/lib64/ruby/3.2.0/rdoc/markup/block_quote.rb |
# frozen_string_literal: true
##
# A quoted section which contains markup items.
class RDoc::Markup::BlockQuote < RDoc::Markup::Raw
##
# Calls #accept_block_quote on +visitor+
def accept visitor
visitor.accept_block_quote self
end
end