class Rails::Generators::AppGenerator

def after_bundle(&block) # :doc:

:doc:
end
git add: '.'
after_bundle do

have run.
Registers a callback to be executed after bundle binstubs
def after_bundle(&block) # :doc:
  @after_bundle_callbacks << block
end