Sha256: ac63d540e4005905b8391831a9b3bc2d580f92094bc18ae534c6495d1be4da95
Contents?: true
Size: 331 Bytes
Versions: 6770
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true require_relative "../setting" module Byebug # # Command to display short paths in file names. # # For example, when displaying source code information. # class BasenameSetting < Setting def banner "<file>:<line> information after every stop uses short paths" end end end
Version data entries
6,770 entries across 6,767 versions & 30 rubygems