Class: RPicSim::StackTraceEntry
- Inherits:
 - 
      Object
      
        
- Object
 - RPicSim::StackTraceEntry
 
 
- Defined in:
 - lib/rpicsim/stack_trace.rb
 
Overview
Represents an entry in a StackTrace.
Instance Attribute Summary collapse
- #address ⇒ Integer readonly
 - #description ⇒ String readonly
 
Instance Method Summary collapse
Instance Attribute Details
#address ⇒ Integer (readonly)
      47 48 49  | 
    
      # File 'lib/rpicsim/stack_trace.rb', line 47 def address @address end  | 
  
#description ⇒ String (readonly)
      50 51 52  | 
    
      # File 'lib/rpicsim/stack_trace.rb', line 50 def description @description end  | 
  
Instance Method Details
#to_s ⇒ String
      59 60 61  | 
    
      # File 'lib/rpicsim/stack_trace.rb', line 59 def to_s description end  |