Sha256: b8e95fd9c6c4fc7a75a6de1272c6dd429ecd2c126e5a890e32f8eec4c2153c00
Contents?: true
Size: 270 Bytes
Versions: 9
Compression:
Stored size: 270 Bytes
Contents
module DattsRight class DattsRightError < StandardError end class NoDefinitionError < DattsRightError end class AlreadyDefined < DattsRightError end class NotDefinedError < DattsRightError end class AttributeKeyRequired < DattsRightError end end
Version data entries
9 entries across 9 versions & 1 rubygems