class Debugger::TextMateCommand
Public Instance Methods
execute_with_xml(*args)
click to toggle source
# File lib/debugger/commands/tmate.rb, line 5 def execute_with_xml(*args) errmsg(pr("general.errors.unsupported", cmd: 'tmate')) && return if Debugger.printer.type == "xml" execute_without_xml(*args) end
Also aliased as: execute