An open API service indexing awesome lists of open source software.

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

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).