method

build

rails latest stable - Class: Rails::Generators::AppBase
build(meth, *args)
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 149
      def build(meth, *args) # :doc:
        builder.public_send(meth, *args) if builder.respond_to?(meth)
      end