Sha256: 681875a393d2804bb9c87020503223b927c18c78cdd2b8dc72ad33c9ed2ade96
Contents?: true
Size: 387 Bytes
Versions: 19
Compression:
Stored size: 387 Bytes
Contents
module Debugger if RUBY_PLATFORM =~ /darwin/ class TextMateCommand < Command def execute_with_xml(*args) errmsg(pr("general.errors.unsupported", cmd: 'tmate')) && 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 end
Version data entries
19 entries across 19 versions & 1 rubygems