method
capture
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Actions
capture(*args)private
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb, line 339
def capture(*args)
with_output_buffer { yield(*args) }
end