module Airbrake::Stashable

def stash

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