Module: Protocol::Caldav::ETag
- Defined in:
- lib/protocol/caldav/etag.rb
Class Method Summary collapse
Class Method Details
.compute(body) ⇒ Object
13 14 15 |
# File 'lib/protocol/caldav/etag.rb', line 13 def compute(body) %("#{Digest::SHA256.hexdigest(body)[0..15]}") end |