class CookbookOmnifetch::GitLocation

def shortref

Returns:
  • (String, nil) -
def shortref
  ref && ref[0...7]
end