class GitHelper::CleanBranches

Public Instance Methods

execute() click to toggle source
# File lib/git_helper/clean_branches.rb, line 5
def execute
  GitHelper::LocalCode.new.clean_branches
end