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