Class
Class Methods
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/validation/relaxng.rb, line 528
def initialize value
@value = value
end
No documentation available
Instance Methods
#
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/validation/relaxng.rb, line 534
def inspect
"{#{to_s}}"
end
No documentation available
#
2.3
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/validation/relaxng.rb, line 531
def to_s
@value
end
No documentation available