# frozen_string_literal: true module RubyUnits class Unit < Numeric VERSION = "4.1.0" end end