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