# File lib/asciidoctor/logging.rb, line 31 def inspect (sloc = self[:source_location]) ? %Q(#{sloc}: #{self[:text]}) : self[:text] end