class Byebug::SourceCommand

def description

def description
  <<-EOD
    source <file>
    Executes file <file> containing byebug commands.
  EOD
end