Sha256: 3a7bd9d74f06f52c27b4663ef6bc3c8416a70a931902cfd53f014a13066c59b6
Contents?: true
Size: 178 Bytes
Versions: 8
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module Versionaire module Errors # Thrown when attempting to cast an invalid primitive to a version. class Cast < Base end end end
Version data entries
8 entries across 8 versions & 1 rubygems