class Bundler::Runtime

def initialize(*)

def initialize(*)
  super
  if locked?
    write_rb_lock
  end
end