Sha256: 802601b160e35f4a0cdab6e98af7adfc81255845cc79cadc7ed54ef6da9f6b32
Contents?: true
Size: 198 Bytes
Versions: 14
Compression:
Stored size: 198 Bytes
Contents
module Excon class StandardInstrumentor def self.instrument(name, params = {}, &block) $stderr.puts("#{name} #{params}") if block_given? yield end end end end
Version data entries
14 entries across 14 versions & 1 rubygems