Commit c705384
Add missing stdlib requires.
When using super_diff in an RSpec suite that does not load `set`
or `delegate` from the standard library, I was getting errors:
* `NameError: uninitialized constant SuperDiff::RecursionGuard::Set`
* `NameError: uninitialized constant SuperDiff::OperationTrees::SimpleDelegator`
The requires added here fix these errors.
super_diff should load all parts of the stdlib it uses rather than
assuming other things load them.1 parent 4e4c691 commit c705384
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments