We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f06beb commit 752968cCopy full SHA for 752968c
README.md
@@ -4,13 +4,6 @@ eloquent ruby source code
4
Examples from the book Eloquent Ruby, by Russ Olsen
5
6
7
-chapter list
8
-------------
9
-
10
-16\. Use modules as mixins
11
-20\. Use hooks to keep your program informed
12
13
14
tree hierarchy
15
--------------
16
@@ -34,6 +27,9 @@ tree hierarchy
34
27
│ ├── coming_up.rb
35
28
│ ├── staying_out_of_trouble.rb
36
29
│ └── the_string_place.rb
30
+├── chapter_05
31
+│ ├── beginnings_and_endings.rb
32
+│ └── regular_expresions_in_ruby.rb
37
33
├── chapter_06
38
│ ├── in_the_wild.rb
39
│ ├── optimized_to_stand_for_something.rb
@@ -177,6 +173,6 @@ tree hierarchy
177
173
│ └── document_spec.rb
178
174
└── document-1.0.1.gem
179
175
180
-34 directories, 126 files
176
+35 directories, 128 files
181
182
```
0 commit comments