module Pruner

Constants

VERSION

Public Class Methods

start() click to toggle source
# File lib/pruner.rb, line 10
def start
  cs = Pruner::Branches.confirmed_selections
  Pruner::Branches.delete(cs)
end