-
Notifications
You must be signed in to change notification settings - Fork 485
Commit f4780bc
authored
3.4 quoted locations start with single quotes (#719)
As best I can tell, there's been a change to the output of Ruby's stack traces in `caller` - they now start with a 'normal' single quote, instead of a backtick.
This pattern now handles both, to ensure backwards compatibility.File tree
1 file changed
+1
-1
lines changed- lib/database_cleaner
- deprecation.rb
1 file changed
+1
-1
lines changedlib/database_cleaner/deprecation.rb
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments