Skip to content

Commit a6b27b1

Browse files
committed
Merge pull request #17 from zhangyuan/patch-1
fix code name
2 parents 2ce811b + ab962fc commit a6b27b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Comparison:
8282
##### `define_method` vs `module_eval` for Defining Methods [code](code/general/define_method-vs-module-eval.rb)
8383

8484
```
85-
$ ruby -v code/general/begin-rescue-vs-respond-to.rb
85+
$ ruby -v code/general/define_method-vs-module-eval.rb
8686
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
8787
8888
Calculating -------------------------------------

0 commit comments

Comments
 (0)