https://github.com/thdaraujo/poodr
Practical Object-Oriented Design Lessons
https://github.com/thdaraujo/poodr
Last synced: about 1 month ago
JSON representation
Practical Object-Oriented Design Lessons
- Host: GitHub
- URL: https://github.com/thdaraujo/poodr
- Owner: thdaraujo
- Created: 2021-05-29T03:38:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T20:09:54.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T01:52:52.829Z (about 1 month ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poodr
Lessons in Practical Object-Oriented Design in Ruby.
## Usage
Run `rake`. That's it.
Or `bin/console` to play around with the code.## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test-unit` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`.