Class: REXML::Validation::Ref
- Defined in:
- lib/extensions/rexml/rexml/validation/relaxng.rb
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/extensions/rexml/rexml/validation/relaxng.rb', line 548 def initialize value @value = value end |