method
inspect
v1_9_3_392 -
Show latest stable
- Class:
REXML::Validation::Interleave
inspect()public
No documentation available.
# File lib/rexml/validation/relaxng.rb, line 542
def inspect
"< #{to_s} #{@choices.collect{|e| e.collect{|f|f.to_s}.join(', ')}.join(' and ')} >"
end