method
build
rails latest stable - Class:
Rails::Generators::AppGenerator
build(meth, *args)protected
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 335
def build(meth, *args)
builder.send(meth, *args) if builder.respond_to?(meth)
end