class Byebug::InfoCommand
def info_instance_variables(*args)
def info_instance_variables(*args) obj = debug_eval('self') var_list(obj.instance_variables) end
def info_instance_variables(*args) obj = debug_eval('self') var_list(obj.instance_variables) end