Class: REXML::Validation::Ref (Ruby 2.3.4)

In Files

  • rexml/validation/relaxng.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

REXML::Validation::Ref

Public Class Methods

new(value)
 
               # File rexml/validation/relaxng.rb, line 528
def initialize value
  @value = value
end
            

Public Instance Methods

inspect()
 
               # File rexml/validation/relaxng.rb, line 534
def inspect
  "{#{to_s}}"
end
            
to_s()
 
               # File rexml/validation/relaxng.rb, line 531
def to_s
  @value
end