Sha256: 64f7ecba74c40415b4185997dc811d5a45355f46d0fe2bca7859cfd6cf673c44
Contents?: true
Size: 246 Bytes
Versions: 16
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true module Git module Lint module Errors class SHA < Base def initialize sha super %(Invalid commit SHA: "#{sha}". Unable to obtain commit details.) end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems