APIdock / RSpec
/
Browse About
method

line_number_requested?

1.3.0 - Show latest stable - Class: Spec::Runner::Options
line_number_requested?()
public

No documentation available.

# File lib/spec/runner/options.rb, line 83
      def line_number_requested?
        !!line_number
      end

Related methods

  • Instance methods
  • add_dir_from_project_root_to_load_path
  • add_example_group
  • after_suite_parts
  • before_suite_parts
  • colour=
  • determine_project_root
  • drb_port
  • dry_run?
  • example_line
  • examples_run?
  • examples_should_not_be_run
  • files_to_load
  • formatter_options
  • formatters
  • line_number_requested?
  • load_formatters
  • load_heckle_runner
  • mock_framework
  • number_of_examples
  • parse_diff
  • parse_example
  • parse_format
  • project_root
  • remove_example_group
  • require_ruby_debug
  • run_examples
  • which_heckle_runner
  • Class methods
  • new
  • Protected methods
  • protectedcustom_runner
  • protectedcustom_runner?
  • protecteddefault_differ
  • protecteddefine_predicate_matchers
  • protecteddiffer_class=
  • protectedexamples_should_be_run?
  • protectedheckle
  • protectedignore_backtrace_patterns
  • protectedload_class
  • protectedplugin_mock_framework
  • protectedset_spec_from_line_number
  • protectedsorted_files
  • protectedsorter
  • protectedstderr?
APIdock API Documentation Browser

© 2026 APIdock