Skip to content

Commit

Permalink
Fix broken link for Refactoring with hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzejr committed Dec 6, 2015
1 parent 48dc55c commit f952dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Expand Up @@ -54,7 +54,7 @@
* [Array Sample (enumerables)](idiomatic_ruby/array_sample.md)
* [Use Fixnum#times](idiomatic_ruby/use_times.md)
* [Refactorings](refactorings.md)
* [Refactoring switch case with Hashes](refactorings/refactoring_switch_case_with_hashses.md)
* [Conditionals when object is nil](refactorings/conditionals_when_object_is_nil.md)
* [Switch case with Hashes](refactorings/case_with_hashes.md)
* [Best Practices](best_practices.md)
* [rescue => Exception e](best_practices/using_exception_e.md)
2 changes: 1 addition & 1 deletion refactorings.md
@@ -1,4 +1,4 @@
# Refactorings

* [Refactoring switch case with Hashes](refactorings/refactoring_switch_case_with_hashes.md)
* [Conditionals when object is nil](refactorings/conditionals_when_object_is_nil.md)
* [Switch case with Hashes](refactorings/case_with_hashes.md)
Expand Up @@ -65,5 +65,4 @@ The beauty of this, to me, is that the class-selection logic is now separate fro

Win, win, and win!


From: http://weblog.jamisbuck.org/2015/11/14/little-things-refactoring-with-hashes.html
[From](http://weblog.jamisbuck.org/2015/11/14/little-things-refactoring-with-hashes.html)

0 comments on commit f952dab

Please sign in to comment.