module Kernel

def byebug(steps_out = 1, before = true)

def byebug(steps_out = 1, before = true)
  Byebug.attach(steps_out + 1, before)
end