Sha256: b5cc79b51f9736b099383eb88573c43c499e23595ec3696c81bca7f50fecd3f9
Contents?: true
Size: 331 Bytes
Versions: 22
Compression:
Stored size: 331 Bytes
Contents
module Debugger class TraceCommand < Command def execute_with_xml(*args) errmsg(pr("general.errors.unsupported", cmd: 'trace')) && return if Debugger.printer.type == "xml" execute_without_xml(*args) end alias_method :execute_without_xml, :execute alias_method :execute, :execute_with_xml end end
Version data entries
22 entries across 22 versions & 1 rubygems