W3cubDocs

/Nokogiri

class Nokogiri::XML::XPath::SyntaxError

Parent:
Nokogiri::XML::SyntaxError

Public Instance Methods

to_s() Show source
# File lib/nokogiri/xml/xpath/syntax_error.rb, line 5
def to_s
  [super.chomp, str1].compact.join(': ')
end
Calls superclass method Nokogiri::XML::SyntaxError#to_s

© 2008–2018 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo,
Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid, Lars Kanis
Licensed under the MIT License.