Sha256: 8388f97ad33e734032ca8592fe4850d1f9446412b1d8409e650d5bea597c4f50
Contents?: true
Size: 229 Bytes
Versions: 6
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module BSON class Error # Raised when trying to create a BSON::DBRef from an object that is an invalid DBRef. class InvalidDBRefArgument < Error end end end
Version data entries
6 entries across 6 versions & 1 rubygems