Sha256: 63279cc4553a4e3a36757a09502b8dde5698012126928ac6149619023bbbbb16
Contents?: true
Size: 683 Bytes
Versions: 28
Compression:
Stored size: 683 Bytes
Contents
# *************************************************** # Test handling of info variables when we have # redefined inspect or to_s which give an error. # *************************************************** set debuggertesting on # Go to where we have a bad "inspect" of a local variable continue 36 info variables # Go to where we have a bad "inspect" and "to_s" of a local variable continue 40 info variables break 31 # The first time through, we can do inspect. continue info locals # Now go to where we have a bad "inspect" of an class variable continue info locals info variables # Now go to where we have a bad "inspect" and "to_s" of an class variable continue info locals quit
Version data entries
28 entries across 28 versions & 5 rubygems