Sha256: 256b179fe640a8af88407b96c23b71ee61b649a563ac1f17df64664e67c1224a
Contents?: true
Size: 272 Bytes
Versions: 10
Compression:
Stored size: 272 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module UnitMeasurements class PrimitiveUnitAlreadySetError < BaseError def initialize super("The primitive unit is already set for the unit group.") end end end
Version data entries
10 entries across 10 versions & 1 rubygems