Class: Thrifter::NullStatsd
- Inherits:
-
Object
- Object
- Thrifter::NullStatsd
- Defined in:
- lib/thrifter.rb
Instance Method Summary collapse
Instance Method Details
#gauge ⇒ Object
37 38 39 |
# File 'lib/thrifter.rb', line 37 def gauge(*) end |
#increment ⇒ Object
33 34 35 |
# File 'lib/thrifter.rb', line 33 def increment(*) end |
#time ⇒ Object
29 30 31 |
# File 'lib/thrifter.rb', line 29 def time(*) yield end |