Methods
Instance Private methods
after_bundle(&block) Link
Registers a callback to be executed after bundle and spring binstubs have run.
after_bundle do
git add: '.'
end
Registers a callback to be executed after bundle and spring binstubs have run.
after_bundle do
git add: '.'
end