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.
528 529 530 |
# File 'lib/rexml/validation/relaxng.rb', line 528 def initialize value @value = value end |