# File lib/sexp.rb, line 162
  def find_nodes name
    find_all { | sexp | Sexp === sexp and sexp.first == name }
  end