Sha256: 4eb1436eb7fece101ce11f549135299f684f460e6ac85c2b6f331aee2f3b5dc7
Contents?: true
Size: 177 Bytes
Versions: 26
Compression:
Stored size: 177 Bytes
Contents
module Waistband module Errors class IndexExists < StandardError; end class IndexNotFound < StandardError; end class NoSearchHits < StandardError; end end end
Version data entries
26 entries across 26 versions & 1 rubygems