Method: Mgmg::IR#initialize_copy

Defined in:
lib/mgmg/ir.rb

#initialize_copy(other) ⇒ Object



192
193
194
195
196
197
198
199
200
# File 'lib/mgmg/ir.rb', line 192

def initialize_copy(other)
	@kind = other.kind
	@star = other.star.dup
	@main = other.main
	@sub = other.sub
	@para = other.para.dup
	@eo = other.eo.dup
	@rein = other.rein.dup
end