class Byebug::ReloadCommand

def source_reloading

def source_reloading
  Byebug.reload_source_on_change ? 'on' : 'off'
end