Sha256: 3ed2beda98ea481715d41547f56f0f970687e6a5c4b8144a9f347e22ba1412aa
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
module Byebug # # Setting to allow consecutive repeated lines to be displayed when line # tracing is enabled. # class TracingPlusSetting < Setting def banner 'Set line execution tracing to always show different lines' end end end
Version data entries
6 entries across 6 versions & 1 rubygems