method

lock

lock(opts = {})
public

No documentation available.

# File lib/bundler/runtime.rb, line 119
    def lock(opts = {})
      return if @definition.nothing_changed? && [email protected]?
      @definition.lock(Bundler.default_lockfile, opts[:preserve_unknown_sections])
    end