Sha256: c8fd1f12a442dcd0c48bbfd25caff92dfb193abc4c39da1875c418b037fb39d9
Contents?: true
Size: 205 Bytes
Versions: 5
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module Porridge # {InvalidExtractorError} is the error that is thrown when a non-extractor object is used like an extractor. class InvalidExtractorError < Error; end end
Version data entries
5 entries across 5 versions & 1 rubygems