method

build

build(meth, *args)
protected

No documentation available.

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