W3cubDocs

/Nokogiri

class Nokogiri::XML::XPath::SyntaxError

Parent:
Nokogiri::XML::SyntaxError

Public Instance Methods

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

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