Sha256: 42642046bf93e7bc3f77871ce1ffba89a56ff91b3d21af8ff40761d1e5d7cb62
Contents?: true
Size: 122 Bytes
Versions: 9
Compression:
Stored size: 122 Bytes
Contents
# frozen_string_literal: true class LengthError < StandardError def initialize super("Incorrect length") end end
Version data entries
9 entries across 9 versions & 1 rubygems