# File lib/ruote/subprocess.rb, line 58
  def self.is_tree? (a)

    a.is_a?(Array) && a[1].is_a?(Hash) && a.size == 3
  end