# File lib/asciidoctor/extensions.rb, line 591 def resolve_attributes *args if args.size == 1 && !args[0] option :content_model, :text else super option :content_model, :attributes end end
NOTE #resolves_attributes alias is deprecated