Method: Spec::Runner::Options#example_line
- Defined in:
- lib/spec/runner/options.rb
#example_line ⇒ Object
88 89 90 |
# File 'lib/spec/runner/options.rb', line 88 def example_line Spec::Runner::LineNumberQuery.new(self).example_line_for(files.first, line_number) end |