Class: Thrifter::NullStatsd

Inherits:
Object
  • Object
show all
Defined in:
lib/thrifter.rb

Instance Method Summary collapse

Instance Method Details

#gaugeObject



37
38
39
# File 'lib/thrifter.rb', line 37

def gauge(*)

end

#incrementObject



33
34
35
# File 'lib/thrifter.rb', line 33

def increment(*)

end

#timeObject



29
30
31
# File 'lib/thrifter.rb', line 29

def time(*)
  yield
end