Sha256: e70a89fa2037ce7be1531d4a3a0f61d80bfc964a7ba97d42bac27c02663cc393
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true # not used after 1.2.7. just for compat. class Logger class Error < RuntimeError # :nodoc: end class ShiftingError < Error # :nodoc: end end
Version data entries
6 entries across 6 versions & 1 rubygems