Method: Minitest::Result#source_location
- Defined in:
- lib/minitest.rb
#source_location ⇒ Object
The location of the test method.
650 651 652 |
# File 'lib/minitest.rb', line 650 def source_location @source_location end |
The location of the test method.
650 651 652 |
# File 'lib/minitest.rb', line 650 def source_location @source_location end |