Sha256: 873acfecc7860fa236edf602719a5411ace584af65606ce545e3e2e697346efc
Contents?: true
Size: 273 Bytes
Versions: 86
Compression:
Stored size: 273 Bytes
Contents
# @type method commit: (Hash[Symbol, String?]) -> { repo: String, branch: String?, tag: String?, commit: String? }? def commit(hash) if repo = hash[:foo] { repo: repo, branch: hash[:bar], tag: hash[:baz], commit: hash[:commit] } end end
Version data entries
86 entries across 86 versions & 1 rubygems