297 298 299
# File 'lib/dslisprb.rb', line 297 def lisp_inspect "(" + map(&:lisp_inspect).join(" ") + ")" end