Sha256: 7435528e2247d65778e36d90965f906723fab1d8809b7dc397efb42c2e9d4ff3
Contents?: true
Size: 150 Bytes
Versions: 3
Compression:
Stored size: 150 Bytes
Contents
module DeepTest class TestException < StandardError def ==(other) other.class == self.class && other.message == message end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jstorimer-deep-test-2.0.0 | infrastructure/test_exception.rb |
jstorimer-deep-test-0.2.0 | infrastructure/test_exception.rb |
jstorimer-deep-test-0.1.0 | infrastructure/test_exception.rb |