Class: Steep::Subtyping::Result::Failure::LoopAbort

Inherits:
Object
  • Object
show all
Defined in:
lib/steep/subtyping/result.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



273
274
275
# File 'lib/steep/subtyping/result.rb', line 273

def message
  "Detected infinite loop with limit of `#{Check::ABORT_LIMIT}`; specify $STEEP_SUBTYPING_ABORT_LIMIT env var to override the limit."
end