Class: Steep::Subtyping::Result::Failure::LoopAbort
- Defined in:
- lib/steep/subtyping/result.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
273 274 275 |
# File 'lib/steep/subtyping/result.rb', line 273 def "Detected infinite loop with limit of `#{Check::ABORT_LIMIT}`; specify $STEEP_SUBTYPING_ABORT_LIMIT env var to override the limit." end |