-
-
Save uiur/4800d6c407eeed5cf368 to your computer and use it in GitHub Desktop.
show ruby ast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat app/models/comment.rb | ruby -r pp -r ripper -e 'pp Ripper.sexp(ARGF.read)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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