module Kernel

def byebug

def byebug
  require_relative "core"
  Byebug.attach unless Byebug.mode == :off
end