Sha256: 972d5019df4da0a72597253f057003c3c2ca6f5703736fb6daffe61cbb7b18f6
Contents?: true
Size: 275 Bytes
Versions: 14
Compression:
Stored size: 275 Bytes
Contents
module Expressir module Model module Statements class Compound < ModelElement model_attr_accessor :statements def initialize(options = {}) @statements = options[:statements] || [] super end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems