class Rsxml::Sexp::ComparisonError

Attributes

path[R]

Public Class Methods

new(msg, path) click to toggle source
Calls superclass method
# File lib/rsxml/sexp.rb, line 55
def initialize(msg, path)
  super("[#{path}]: #{msg}")
  @path = path
end