Sha256: c6f478d65deff2be54da1c728bc93e8ef84a9d228b5579e91e28ee62a91881c3
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true module MiniKraken # The namespace for the classes that central in the implementation of MiniKraken. # By 'central', one means that there a dependency between the remaining classes # and the classes in this module. module Core # Abstract class that is a generalization for goal actual arguments or # for arguments of goal template. class BaseTerm end # class end # module end # module
Version data entries
4 entries across 4 versions & 1 rubygems