Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/cipherstash/client/rpc.rb
Overview
Just treat dates like times for CBOR 'cos YOLO
Instance Method Summary collapse
Instance Method Details
#to_cbor(*args) ⇒ Object
17 18 19 |
# File 'lib/cipherstash/client/rpc.rb', line 17 def to_cbor(*args) self.to_time.to_cbor(*args) end |