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 529

def initialize value
  @value = value
end

Instance Method Details

#inspect

[ GitHub ]

  
# File 'lib/rexml/validation/relaxng.rb', line 535

def inspect
  "{#{to_s}}"
end

#to_s

[ GitHub ]

  
# File 'lib/rexml/validation/relaxng.rb', line 532

def to_s
  @value
end