# File lib/rgen/environment.rb, line 48 def new(clazz, *args) obj = clazz.new(*args) self << obj obj end