Sha256: df7c694fdfb5f79a9742ca202600b7df39b8eaadff6bc66336c623543e074016
Contents?: true
Size: 286 Bytes
Versions: 6
Compression:
Stored size: 286 Bytes
Contents
module Byebug # # Setting to force changing lines when executing step or next commands. # class ForcestepSetting < Setting def banner 'Force next/step commands to always move to a new line' end def print "forced-stepping is #{getter}" end end end
Version data entries
6 entries across 6 versions & 1 rubygems