module Airbrake::Stashable
def stash
-
(Hash{Symbol=>Object})
- the hash with arbitrary objects to be used
def stash @stash ||= {} end
(Hash{Symbol=>Object})
- the hash with arbitrary objects to be used
def stash @stash ||= {} end