Method: ParameterizedTesting::Input#location
- Defined in:
- lib/parameterized_testing/input.rb
#location ⇒ Thread::Backtrace::Location (readonly)
Returns the location of the input { ... } block.
9 10 11 |
# File 'lib/parameterized_testing/input.rb', line 9 def location @location end |