module Kernel
def byebug
def byebug Byebug.attach end
def remote_byebug(host = "localhost", port = nil)
def remote_byebug(host = "localhost", port = nil) Byebug.spawn(host, port) Byebug.attach end
def byebug Byebug.attach end
def remote_byebug(host = "localhost", port = nil) Byebug.spawn(host, port) Byebug.attach end