Commit d434260
committed
Document Rails/Delegate RuboCop change in steno README
Clarify that the ActiveSupport delegation require was added specifically
for the Rails/Delegate cop auto-correction in log_level.rb, which
converted 'def to_s; @name.to_s; end' to 'delegate :to_s, to: :@name'.
This makes it clearer why the ActiveSupport dependency was introduced
and which specific file uses it.1 parent 2909e1f commit d434260
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments