Skip to content

Commit 4806821

Browse files
committed
Rename method to avoid confusing IDEs
1 parent 9cf4767 commit 4806821

File tree

1 file changed

+2
-2
lines changed
  • core/thread/backtrace/location/fixtures

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
def example
1+
def backtrace_location_example
22
caller_locations[0].path
33
end
44

5-
print example
5+
print backtrace_location_example

0 commit comments

Comments
 (0)