Sha256: ca66ab888f6b8a2236bad8f5122e740b1208a33a4874c59ba090a1f581ff52f0

Contents?: true

Size: 150 Bytes

Versions: 17

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

module GitHelper
  class CleanBranches
    def execute
      GitHelper::LocalCode.new.clean_branches
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
git_helper-3.6.6 lib/git_helper/clean_branches.rb
git_helper-3.6.5 lib/git_helper/clean_branches.rb
git_helper-3.6.4 lib/git_helper/clean_branches.rb
git_helper-3.6.3 lib/git_helper/clean_branches.rb
git_helper-3.6.2 lib/git_helper/clean_branches.rb
git_helper-3.6.1 lib/git_helper/clean_branches.rb
git_helper-3.6.0 lib/git_helper/clean_branches.rb
git_helper-3.5.1 lib/git_helper/clean_branches.rb
git_helper-3.5.0 lib/git_helper/clean_branches.rb
git_helper-3.4.1 lib/git_helper/clean_branches.rb
git_helper-3.4.0 lib/git_helper/clean_branches.rb
git_helper-3.3.7 lib/git_helper/clean_branches.rb
git_helper-3.3.6 lib/git_helper/clean_branches.rb
git_helper-3.3.5 lib/git_helper/clean_branches.rb
git_helper-3.3.4 lib/git_helper/clean_branches.rb
git_helper-3.3.3 lib/git_helper/clean_branches.rb
git_helper-3.3.2 lib/git_helper/clean_branches.rb