class REXML::Validation::Ref
Public Class Methods
Source
# File bundled-src/rexml-3.4.4/lib/rexml/validation/relaxng.rb, line 529 def initialize value @value = value end
Public Instance Methods
Source
# File bundled-src/rexml-3.4.4/lib/rexml/validation/relaxng.rb, line 535 def inspect "{#{to_s}}" end
Source
# File bundled-src/rexml-3.4.4/lib/rexml/validation/relaxng.rb, line 532 def to_s @value end