Class: REXML::Validation::Ref
Instance Method Summary collapse
- 
  
    
      #initialize(value)  ⇒ Ref 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Ref.
 - #inspect ⇒ Object
 - #to_s ⇒ Object
 
Constructor Details
#initialize(value) ⇒ Ref
Returns a new instance of Ref.
      548 549 550  | 
    
      # File 'lib/rexml/validation/relaxng.rb', line 548 def initialize value @value = value end  |