class Byebug::ReloadCommand

def execute

def execute
  Byebug.source_reload
  print "Source code is reloaded. Automatic reloading is #{source_reloading}.\n"
end