# File lib/rgen/model_builder/builder_context.rb, line 119 def method_missing(m, *args, &block) @builderContext.send(m, *args, &block) end