Commit 057f1c0d7116b25ae3899ed2bbdd8bb0ea72e62c
1 parent
dfa11848
Exists in
master
and in
10 other branches
Removed commented code
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
test/enumerable_test.rb
... | ... | @@ -20,8 +20,6 @@ class TestEnumerable < Minitest::Test |
20 | 20 | end |
21 | 21 | |
22 | 22 | def call_method(method, field, options) |
23 | - # p @users.group_by_period(method, options) { |u| u.send(field) } | |
24 | - # p field | |
25 | 23 | Hash[@users.group_by_period(method, options) { |u| u.send(field) }.map { |k, v| [k, v.size] }] |
26 | 24 | end |
27 | 25 | ... | ... |