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