Class: ActionDispatch::Journey::NFA::MatchData
- Inherits:
 - 
      Object
      
        
- Object
 - ActionDispatch::Journey::NFA::MatchData
 
 
- Defined in:
 - lib/action_dispatch/journey/nfa/simulator.rb
 
Overview
:nodoc:
Instance Attribute Summary collapse
- 
  
    
      #memos  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute memos.
 
Instance Method Summary collapse
- 
  
    
      #initialize(memos)  ⇒ MatchData 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MatchData.
 
Constructor Details
#initialize(memos) ⇒ MatchData
Returns a new instance of MatchData.
      11 12 13  | 
    
      # File 'lib/action_dispatch/journey/nfa/simulator.rb', line 11 def initialize(memos) @memos = memos end  | 
  
Instance Attribute Details
#memos ⇒ Object (readonly)
Returns the value of attribute memos.
      9 10 11  | 
    
      # File 'lib/action_dispatch/journey/nfa/simulator.rb', line 9 def memos @memos end  |