Sha256: c40453d428d9f0ccfef5b9e0c3c16a241c69cf6658f1fe9d13ba4da3e41c34ef
Contents?: true
Size: 163 Bytes
Versions: 10
Compression:
Stored size: 163 Bytes
Contents
module Raven class Processor def initialize(client) @client = client end def process(_data) raise NotImplementedError end end end
Version data entries
10 entries across 10 versions & 1 rubygems