Sha256: c97e3be9529676ca8e1a7f458d91c6889f6e3f325f7fdda2176243d876fda6f8
Contents?: true
Size: 279 Bytes
Versions: 21
Compression:
Stored size: 279 Bytes
Contents
module Expressir module Model module Statements class Compound < ModelElement model_attr_accessor :statements def initialize(options = {}) @statements = options.fetch(:statements, []) super end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems