Sha256: 4f599ebe060f6179e5863331b85dc722f81659b447b7f5941e0fe26d65487aec
Contents?: true
Size: 131 Bytes
Versions: 6
Compression:
Stored size: 131 Bytes
Contents
module Absolutely class Error < StandardError; end class ArgumentError < Error; end class InvalidURIError < Error; end end
Version data entries
6 entries across 6 versions & 1 rubygems