138 139 140 141 142
# File 'lib/agentx/response.rb', line 138 def expires if d = @normalized['expires'] Time.parse(d) end end