in lib/linguist/file_blob.rb [15:19]
def initialize(path, base_path = nil) @path = path @name = base_path ? path.sub("#{base_path}/", '') : path end