Method: ParameterizedTesting::Input#location

Defined in:
lib/parameterized_testing/input.rb

#locationThread::Backtrace::Location (readonly)

Returns the location of the input { ... } block.

Returns:

  • (Thread::Backtrace::Location)

    the location of the input { ... } block



9
10
11
# File 'lib/parameterized_testing/input.rb', line 9

def location
  @location
end