class Bundler::Dependency

def ref

def ref
  return @ref if defined?(@ref)
  @ref = @options["ref"]
end