Class REXML::Validation::Ref
In:
Parent: Object

Methods

inspect   new   to_s  

Public Class methods

[Source]

548:       def initialize value
549:         @value = value
550:       end

Public Instance methods

[Source]

554:       def inspect
555:         "{#{to_s}}"
556:       end

[Source]

551:       def to_s
552:         @value
553:       end

Search

Google

Ruby API Docs

Links