class REXML::Validation::Ref

Public Class Methods

new(value) click to toggle source
# File lib/rexml/validation/relaxng.rb, line 548
def initialize value
  @value = value
end

Public Instance Methods

inspect() click to toggle source
# File lib/rexml/validation/relaxng.rb, line 554
def inspect
  "{#{to_s}}"
end
to_s() click to toggle source
# File lib/rexml/validation/relaxng.rb, line 551
def to_s
  @value
end