Sha256: 15e6a67fc79ed53c4b45159648871796cb6195eab28240aa2424b1eb5055eab5
Contents?: true
Size: 184 Bytes
Versions: 15
Compression:
Stored size: 184 Bytes
Contents
module Raven module Processor class Processor def initialize(client) @client = client end def process(data) data end end end end
Version data entries
15 entries across 15 versions & 1 rubygems