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

      return false if s.match(/\n *end\b/)
      return false if s.match(/\bRuote\.(process_definition|workflow_definition|define)\b/)
      true
    end