class Byebug::OptionSetter

def include_flag

def include_flag
  @opts.on '-I', '--include list', 'Add to paths to $LOAD_PATH' do |list|
    $LOAD_PATH.push(list.split(':')).flatten!
  end
end