method
add_bundled_with
v2_6_3 -
Show latest stable
- Class:
Bundler::LockfileGenerator
add_bundled_with()private
No documentation available.
# File lib/bundler/lockfile_generator.rb, line 73
def add_bundled_with
add_section("BUNDLED WITH", definition.locked_bundler_version.to_s)
end