Sha256: 4fe8f5755d61749af2623d60c0e2560b49c2e83509f3cd598491edfbb21c6825
Contents?: true
Size: 145 Bytes
Versions: 15
Compression:
Stored size: 145 Bytes
Contents
class RaiseWithoutSelf def test raise_without_self "Error" end def test2 raise_without_self "Error", [RaiseWithoutSelf, Raise2] end end
Version data entries
15 entries across 15 versions & 2 rubygems