略過內容 略過搜尋
Method
A

Instance Private methods

after_bundle(&block)

註冊要在執行 bundle binstubs 之後執行的回呼。

after_bundle do
  git add: '.'
end
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 595
def after_bundle(&block) # :doc:
  @after_bundle_callbacks << block
end