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