Sha256: 503385772bfc709b5d73efb02883c20c5f18df0b75503b5836a0af01e04052bb
Contents?: true
Size: 159 Bytes
Versions: 4
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module Lutaml module Uml class PrimitiveType < DataType def keyword "primitive" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems