Nokogiri::XML::XPath::SyntaxError

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.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部