Sha256: 434f8ee7e7b1ca14b1808eb3caf7331d75e1be490b88404a9dde66b2a3d8aac9
Contents?: true
Size: 257 Bytes
Versions: 13
Compression:
Stored size: 257 Bytes
Contents
module Ruby3BackwardCompatibility module ObjectCompatibility # Taint/untaint used to be a noop for a while. def taint self end def untaint self end end end Object.include Ruby3BackwardCompatibility::ObjectCompatibility
Version data entries
13 entries across 13 versions & 1 rubygems