# File lib/ruote/util/subprocess.rb, line 80
  def self.is_pos_tree?(arg)

    arg.is_a?(Array) &&
    arg.size == 2 &&
    arg[0].is_a?(String) &&
    is_tree?(arg[1])
  end