# File lib/ruote/reader/xml.rb, line 38
    def self.understands?(s)

      !! s.strip.match(/<.+>/)
    end