Sha256: a225472cd146dc579f78ee3f81320522c2ec00ab0c91545639eaf6160d502a43
Contents?: true
Size: 129 Bytes
Versions: 6
Compression:
Stored size: 129 Bytes
Contents
module Light module Decorator class Error < StandardError; end class NotFound < Light::Decorator::Error; end end end
Version data entries
6 entries across 6 versions & 1 rubygems