# File lib/ruote/subprocess.rb, line 63 def self.is_pos_tree? (a) a.is_a?(Array) && a.size == 2 && a[0].is_a?(String) && is_tree?(a[1]) end