class Rails::Generators::AppBase
def build(meth, *args) # :doc:
def build(meth, *args) # :doc: builder.public_send(meth, *args) if builder.respond_to?(meth) end
def build(meth, *args) # :doc: builder.public_send(meth, *args) if builder.respond_to?(meth) end