Sha256: 3bdb40d7c2ef82286a5052cdf4871df77bbc1a46f52d00a8b08296284eaef57e
Contents?: true
Size: 245 Bytes
Versions: 22
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module OhlohScm module Git class Status < OhlohScm::Status def branch?(name = scm.branch_name) return unless scm_dir_exist? activity.branches.include?(name) end end end end
Version data entries
22 entries across 22 versions & 1 rubygems