class Byebug::ReloadCommand
def execute
def execute Byebug.source_reload print "Source code is reloaded. Automatic reloading is " \ "#{Command.settings[:autoreload] ? 'on' : 'off'}.\n" end
def execute Byebug.source_reload print "Source code is reloaded. Automatic reloading is " \ "#{Command.settings[:autoreload] ? 'on' : 'off'}.\n" end