Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rdoc-6.3.4.1/lib/rdoc/markup/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rdoc-6.3.4.1/lib/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