# File lib/json_spec/errors.rb, line 26 def initialize(path) @path = path end
# File lib/json_spec/errors.rb, line 30 def to_s "No JSON file at #{path}" end