Class: PushyClient::ProtocolHandler::TimeSendWrapper
- Inherits:
-
Object
- Object
- PushyClient::ProtocolHandler::TimeSendWrapper
- Defined in:
- lib/pushy_client/protocol_handler.rb
Overview
Allow send and receive times to be independently stubbed in testing.
Class Method Summary collapse
Class Method Details
.now ⇒ Object
49 50 51 |
# File 'lib/pushy_client/protocol_handler.rb', line 49 def self.now Time.now() end |