Method: Spec::Example::ExampleGroupProxy#location
- Defined in:
- lib/spec/example/example_group_proxy.rb
permalink #location ⇒ Object (readonly)
The file and line number at which the proxied example group was declared. This is extracted from caller
, and is therefore formatted as an individual line in a backtrace.
38 39 40 |
# File 'lib/spec/example/example_group_proxy.rb', line 38 def location @location end |