Skip to content

Commit 752968c

Browse files
author
cocoa
committedAug 6, 2012
hierarchy
1 parent 8f06beb commit 752968c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ eloquent ruby source code
44
Examples from the book Eloquent Ruby, by Russ Olsen
55

66

7-
chapter list
8-
------------
9-
10-
16\. Use modules as mixins
11-
20\. Use hooks to keep your program informed
12-
13-
147
tree hierarchy
158
--------------
169

@@ -34,6 +27,9 @@ tree hierarchy
3427
│   ├── coming_up.rb
3528
│   ├── staying_out_of_trouble.rb
3629
│   └── the_string_place.rb
30+
├── chapter_05
31+
│   ├── beginnings_and_endings.rb
32+
│   └── regular_expresions_in_ruby.rb
3733
├── chapter_06
3834
│   ├── in_the_wild.rb
3935
│   ├── optimized_to_stand_for_something.rb
@@ -177,6 +173,6 @@ tree hierarchy
177173
│   └── document_spec.rb
178174
└── document-1.0.1.gem
179175
180-
34 directories, 126 files
176+
35 directories, 128 files
181177
182178
```

0 commit comments

Comments
 (0)
Please sign in to comment.