Sha256: 2aa4c6708bbac0152b8d78a50ce7e545fe697cb86d8bde36c3c6300b8410a6e7
Contents?: true
Size: 198 Bytes
Versions: 52
Compression:
Stored size: 198 Bytes
Contents
class ModuleSpecs::Autoload::EX1 < Exception def self.trample1 1.times { return } end def self.trample2 begin raise "hello" rescue end end trample1 trample2 end
Version data entries
52 entries across 52 versions & 2 rubygems