Flowdock
method

example_line

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Runner::Options
example_line() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/options.rb, line 88
      def example_line
        Spec::Runner::LineNumberQuery.new(self).example_line_for(files.first, line_number)
      end
Register or log in to add new notes.