class Bundler::Environment

def initialize(root, definition)

def initialize(root, definition)
  @root = root
  @definition = definition
end