Skip to content

Instantly share code, notes, and snippets.

@uiur
Last active February 17, 2016 10:58
Show Gist options
  • Save uiur/4800d6c407eeed5cf368 to your computer and use it in GitHub Desktop.
Save uiur/4800d6c407eeed5cf368 to your computer and use it in GitHub Desktop.
show ruby ast
cat app/models/comment.rb | ruby -r pp -r ripper -e 'pp Ripper.sexp(ARGF.read)'
ruby --dump parsetree app/models/comment.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment