123456789_123456789_123456789_123456789_123456789_

Class: REXML::Validation::Ref

Relationships & Source Files
Inherits: Object
Defined in: lib/rexml/validation/relaxng.rb

Class Method Summary

Instance Method Summary

Constructor Details

.new(value) ⇒ Ref

[ GitHub ]

  
# 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