Class: REXML::Validation::Ref
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/rexml/validation/relaxng.rb |
Class Method Summary
- .new(value) ⇒ Ref constructor
Instance Method Summary
Constructor Details
.new(value) ⇒ Ref
# File 'lib/rexml/validation/relaxng.rb', line 528
def initialize value @value = value end
Instance Method Details
#inspect
[ GitHub ]# File 'lib/rexml/validation/relaxng.rb', line 534
def inspect "{#{to_s}}" end
#to_s
[ GitHub ]# File 'lib/rexml/validation/relaxng.rb', line 531
def to_s @value end