|
|
|
|
|
by skitter
1283 days ago
|
|
> There are so many Ruby features built in to the language itself. In the very first episode of this series, we dove deep into the internals of one such gem bundled with Ruby's standard library: IRB. Keeping on theme, I'd like to take some time to explore some other areas of Ruby's source. From that introduction I though this would be about different parts of the standard library, but it's about files from the example folder. In how far are these built in? |
|
All of the examples given use only the standard lib, afaict.