W3cubDocs

/Nokogiri

class Nokogiri::XML::XPath::SyntaxError

Parent:
cNokogiriXmlSyntaxError

Public Instance Methods

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

© 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.
https://nokogiri.org/rdoc/Nokogiri/XML/XPath/SyntaxError.html