# File lib/cfpropertylist/rbCFTypes.rb, line 62
    def to_plain(plist)
      if @value =~ /^\w+$/
        @value
      else
        quoted
      end
    end