File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Best Practices
2
2
3
- - [ rescue => Exception e] ( best_practices/using_exception_e.md )
3
+ * [ rescue => Exception e] ( best_practices/using_exception_e.md )
Original file line number Diff line number Diff line change 1
1
# Idiomatic Ruby
2
2
3
3
* [ Each vs map] ( idiomatic_ruby/each_vs_map.md )
4
- - [ Conditional assignment] ( idiomatic_ruby/conditional_assignment.md )
4
+ * [ Conditional assignment] ( idiomatic_ruby/conditional_assignment.md )
Original file line number Diff line number Diff line change 1
1
# Refactorings
2
2
3
- - [ Refactoring switch case with Hashes] ( refactorings/refactoring_switch_case_with_hashses.md )
4
- - [ Conditionals when object is nil] ( refactorings/conditionals_when_object_is_nil.md )
3
+ * [ Refactoring switch case with Hashes] ( refactorings/refactoring_switch_case_with_hashses.md )
4
+ * [ Conditionals when object is nil] ( refactorings/conditionals_when_object_is_nil.md )
You can’t perform that action at this time.
0 commit comments