method

build

build(meth, *args)
private

No documentation available.

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