class Byebug::Command

def allow_in_post_mortem

def allow_in_post_mortem
  !defined?(@allow_in_post_mortem) ? true : false
end