class Observed::Reporter
Public Instance Methods
match(tag)
click to toggle source
@param [String] tag
# File lib/observed/reporter.rb, line 14 def match(tag) raise NotImplementedError.new end
report(tag, time, data)
click to toggle source
# File lib/observed/reporter.rb, line 18 def report(tag, time, data) raise NotImplementedError.new end