# File lib/main/factories.rb, line 6
  def Main.new *a, &b
    create(::Main::Base, &b).new *a
  end