Following code is working perfectly on Ruby IDE, can anyone tell me how
will it works on Ruby on Rails. Because when i run it using ruby on
rails, it is not displaying anything and also no errors. Even I have
properly include rubygems and ruby_parser. Even Rails server stops
working
This code have the same previous problem. However, “print ast” showing
sexp(AST) in background, but not on the web browser. So definitly, there
is some escape problem. I tried “<%=h” but no effect yet.