Class Satyr::Thread
In: lib/satyr.rb
Parent: Object

Thread in a stack trace containing individual stack frames

Methods

duphash  

Public Instance methods

Duplication hash for the thread The method takes an option hash with following keys:

  • +:frames+:: number of frames to use (default 0 means use all)
  • +:flags+:: bitwise sum of (:normal, :nohash, :nonormalize,
               :koops_compat)
    
  • +:prefix+:: string to be prepended in front of the text before hashing

[Validate]