class Byebug::Printers::Plain
def print(path, args = {})
def print(path, args = {}) message = translate(locate(path), args) tail = parts(path).include?('confirmations') ? ' (y/n) ' : "\n" message << tail end
def print(path, args = {}) message = translate(locate(path), args) tail = parts(path).include?('confirmations') ? ' (y/n) ' : "\n" message << tail end