https://github.com/rmosolgo/ripper_events
A project for learning about Ruby's built-in parser, Ripper
https://github.com/rmosolgo/ripper_events
Last synced: 3 months ago
JSON representation
A project for learning about Ruby's built-in parser, Ripper
- Host: GitHub
- URL: https://github.com/rmosolgo/ripper_events
- Owner: rmosolgo
- Created: 2018-05-09T15:23:49.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-05-21T20:08:12.000Z (over 7 years ago)
- Last Synced: 2025-07-31T16:35:32.432Z (6 months ago)
- Language: HTML
- Homepage: https://rmosolgo.github.io/ripper_events/
- Size: 7.36 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ripper Events
A project for discovering and documenting the events in Ruby's [Ripper](http://ruby-doc.org/stdlib-2.5.0/libdoc/ripper/rdoc/Ripper.html) parser.
Visible on GitHub pages: https://rmosolgo.github.io/ripper_events/
## Development
- Install deps with:
- `bundle install`
- `brew install graphviz` (or install Graphviz another way)
- Update the docs in `events.rb`
- Update the HTML template in `template.html.erb`
- Rebuild the HTML with `rake`
- View the rendered page with `open index.html`
- Push `gh-pages` to update the website