# File lib/asciidoctor/extensions.rb, line 95 def create_block parent, context, source, attrs, opts = {} Block.new parent, context, { :source => source, :attributes => attrs }.merge(opts) end