https://github.com/andrykonchin/build-your-own-ruby-core-library
An educational project to implement Ruby Core Library classes (only some of them) in pure Ruby
https://github.com/andrykonchin/build-your-own-ruby-core-library
educational-project ruby
Last synced: 4 months ago
JSON representation
An educational project to implement Ruby Core Library classes (only some of them) in pure Ruby
- Host: GitHub
- URL: https://github.com/andrykonchin/build-your-own-ruby-core-library
- Owner: andrykonchin
- License: other
- Created: 2025-01-01T17:57:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T13:01:49.000Z (over 1 year ago)
- Last Synced: 2025-10-25T10:43:59.823Z (8 months ago)
- Topics: educational-project, ruby
- Language: Ruby
- Homepage:
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Your Own Ruby Core Library
Reimplement Ruby Core classes (some of them) in pure Ruby.
Here you will find:
- unit tests
- guides
- complete solutions in separate Git branches
## Assignments
- [Enumerable](docs/assignment-1-enumerable.md)
## How to start
1. Install dependencies with
```
$ bundle install
```
2. Run specs
```
$ bundle exec rspec
```
3. Chose an assignment to start with
## License
This educational material is licensed under the CC BY-NC. Full license
text is available in [LICENSE](LICENSE).