Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby24/lib64/ruby/2.4.0/rdoc/markup/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby24/lib64/ruby/2.4.0/rdoc/markup/block_quote.rb |
# frozen_string_literal: false ## # 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