Class: REXML::Validation::Ref
Instance Method Summary collapse
-
#initialize(value) ⇒ Ref
constructor
A new instance of Ref.
- #inspect ⇒ Object
- #to_s ⇒ Object
Constructor Details
permalink #initialize(value) ⇒ Ref
Returns a new instance of Ref.
527 528 529 |
# File 'lib/rexml/validation/relaxng.rb', line 527 def initialize value @value = value end |
Instance Method Details
permalink #inspect ⇒ Object
[View source]
533 534 535 |
# File 'lib/rexml/validation/relaxng.rb', line 533 def inspect "{#{to_s}}" end |
permalink #to_s ⇒ Object
[View source]
530 531 532 |
# File 'lib/rexml/validation/relaxng.rb', line 530 def to_s @value end |