Class: Statsy::Transport::Queue
- Inherits:
-
Array
- Object
- Array
- Statsy::Transport::Queue
- Includes:
- Interface
- Defined in:
- lib/statsy.rb
Overview
Queue transport writes for tests and batch operations
Instance Method Summary collapse
Instance Method Details
#write(stat) ⇒ Object
34 35 36 |
# File 'lib/statsy.rb', line 34 def write(stat) self.push(stat) end |