class TFS::Branches
Public Class Methods
find(path)
click to toggle source
Branch can be found by path of the form $>Collection>Project
TFS::Branches.find($>DefaultCollection>Project)
# File lib/tfs/branches.rb, line 14 def find(path) TFS.branches(path).run.first end