Exception: RubyQt6::RSpec::BandoFileParser::MissingLine
- Inherits:
-
StandardError
- Object
- StandardError
- RubyQt6::RSpec::BandoFileParser::MissingLine
- Defined in:
- lib/qt6/rspec/bando_file_parser.rb
Instance Method Summary collapse
-
#initialize(expected, got) ⇒ MissingLine
constructor
A new instance of MissingLine.
Constructor Details
#initialize(expected, got) ⇒ MissingLine
Returns a new instance of MissingLine.
7 8 9 |
# File 'lib/qt6/rspec/bando_file_parser.rb', line 7 def initialize(expected, got) super("Missing line: expected '#{expected}', but got '#{got}'") end |