Sha256: 54080cd9f6101bc4702e41bb8ba630bd11ce108af4eae34584a2c02e95bc7d88
Contents?: true
Size: 541 Bytes
Versions: 171
Compression:
Stored size: 541 Bytes
Contents
module Expressir module Model module DataTypes # Specified in ISO 10303-11:2004 # - section 9.5.3.2 Generic data type class Generic < DataType include Identifier # @param [Hash] options # @option (see Identifier#initialize_identifier) def initialize(options = {}) initialize_identifier(options) super end # @return [Array<Declaration>] def children [ *remark_items ] end end end end end
Version data entries
171 entries across 171 versions & 1 rubygems