Sha256: 656554a32a048cde17a8f2b690626026b6fc26d91e80eb818b9c363c00e5e02e
Contents?: true
Size: 262 Bytes
Versions: 9
Compression:
Stored size: 262 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- UnitMeasurements::LuminousIntensity = UnitMeasurements.build do si_unit :cd, aliases: [:candela, :candelas] unit :hk, value: "0.92 cd", aliases: [:hefnerkerze] end
Version data entries
9 entries across 9 versions & 1 rubygems