Class: SpecGuard::RSpec::IngestCLI::Source

Inherits:
Struct
  • Object
show all
Defined in:
lib/specguard/rspec/ingest_cli.rb

Overview

The file, as this tool reads it: the numbered lines that carry a payload, a count of the blank ones that do not, and a count of the ones the selector held back — with selector naming which flag did it, so the summary can say. The blanks and the skips are counted rather than dropped because a summary that quietly narrows what it is summarising is the failure this project keeps finding.

Instance Attribute Summary collapse

Instance Attribute Details

#blankObject

Returns the value of attribute blank

Returns:

  • (Object)

    the current value of blank



338
339
340
# File 'lib/specguard/rspec/ingest_cli.rb', line 338

def blank
  @blank
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



338
339
340
# File 'lib/specguard/rspec/ingest_cli.rb', line 338

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



338
339
340
# File 'lib/specguard/rspec/ingest_cli.rb', line 338

def path
  @path
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



338
339
340
# File 'lib/specguard/rspec/ingest_cli.rb', line 338

def selector
  @selector
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



338
339
340
# File 'lib/specguard/rspec/ingest_cli.rb', line 338

def skipped
  @skipped
end