class Linearly::Errors::BrokenContract::Outputs

{Outputs} means a {BrokenContract} on outputs.

Private Instance Methods

copy() click to toggle source

Copy for the error message

@return [String] @api private

# File lib/linearly/errors/broken_contract.rb, line 87
def copy
  'failed output expectations'
end