Class REXML::Validation::Ref
In: lib/rexml/validation/relaxng.rb
Parent: Object

Methods

inspect   new   to_s  

Public Class methods

[Source]

     # File lib/rexml/validation/relaxng.rb, line 548
548:       def initialize value
549:         @value = value
550:       end

Public Instance methods

[Source]

     # File lib/rexml/validation/relaxng.rb, line 554
554:       def inspect
555:         "{#{to_s}}"
556:       end

[Source]

     # File lib/rexml/validation/relaxng.rb, line 551
551:       def to_s
552:         @value
553:       end

[Validate]