File tree 4 files changed +2
-2
lines changed
4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
* [ Unused variable format] ( tricks/unused-variable-format.md )
45
45
* [ Variables from a regex] ( tricks/variables-from-a-regex.md )
46
46
* [ Zip] ( tricks/zip.md )
47
+ * [ Introspecting Block Parameters] ( tricks/introspecting_block_parameters.md )
47
48
* [ Idiomatic Ruby] ( idiomatic_ruby.md )
48
49
* [ Each vs map] ( idiomatic_ruby/each_vs_map.md )
49
50
* [ Conditional assignment] ( idiomatic_ruby/conditional_assignment.md )
54
55
* [ Array Sample (enumerables)] ( idiomatic_ruby/array_sample.md )
55
56
* [ Use Fixnum#times] ( idiomatic_ruby/use_times.md )
56
57
* [ Implicit Return] ( idiomatic_ruby/implicit_return.md )
57
- * [ Introspecting Block Parameters] ( idiomatic_ruby/introspecting_block_parameters.md )
58
58
* [ Refactorings] ( refactorings.md )
59
59
* [ Conditionals when object is nil] ( refactorings/conditionals_when_object_is_nil.md )
60
60
* [ Switch case with Hashes] ( refactorings/case_with_hashes.md )
Original file line number Diff line number Diff line change 9
9
* [ Array Sample (enumerables)] ( idiomatic_ruby/array_sample.md )
10
10
* [ Use Fixnum#times] ( idiomatic_ruby/use_times.md )
11
11
* [ Implicit Return] ( idiomatic_ruby/implicit_return.md )
12
- * [ Introspecting Block Parameters] ( idiomatic_ruby/introspecting_block_parameters.md )
Original file line number Diff line number Diff line change @@ -44,3 +44,4 @@ The majority of these Ruby Tricks were extracted from James Edward Gray II [talk
44
44
* [ Unused variable format] ( tricks/unused-variable-format.md )
45
45
* [ Variables from a regex] ( tricks/variables-from-a-regex.md )
46
46
* [ Zip] ( tricks/zip.md )
47
+ * [ Introspecting Block Parameters] ( tricks/introspecting_block_parameters.md )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments