Sha256: ca9c1a14e9430851c4d6b1c198a159d0e1d67a26f4a8d2a79bf9a2892ead1efa
Contents?: true
Size: 254 Bytes
Versions: 9
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true require_relative "debug" module IRB # :stopdoc: module Command class Break < DebugCommand def execute(arg) execute_debug_command(pre_cmds: "break #{arg}") end end end # :startdoc: end
Version data entries
9 entries across 9 versions & 3 rubygems