class Rack::Logjam::Formatters::Xml
Public Instance Methods
render()
click to toggle source
# File lib/rack/logjam/formatters/xml.rb, line 8 def render ::Nokogiri.XML( content ) do |config| config.default_xml.noblanks end.to_xml( indent: 2 ) end