60 61 62 63 64
# File 'lib/ggsm.rb', line 60 def delete(branch) remote = options[:remote] all = options[:all] delete_flow(branch, remote, all) end