class Bundler::Definition

def to_lock

def to_lock
  require_relative "lockfile_generator"
  LockfileGenerator.generate(self)
end