class REXML::Validation::Ref
公共类方法
new(value) 点击切换源代码
# File rexml-3.4.0/lib/rexml/validation/relaxng.rb, line 528 def initialize value @value = value end
公共实例方法
inspect() 点击切换源代码
# File rexml-3.4.0/lib/rexml/validation/relaxng.rb, line 534 def inspect "{#{to_s}}" end
to_s() 点击切换源代码
# File rexml-3.4.0/lib/rexml/validation/relaxng.rb, line 531 def to_s @value end