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