Libraries
»
json_spec
(1.1.1)
»
Index
»
JsonSpec
»
MissingPath
»
#to_s
Method: JsonSpec::MissingPath#to_s
Defined in:
lib/json_spec/errors.rb
#
to_s
⇒
Object
12 13 14
# File 'lib/json_spec/errors.rb', line 12
def
to_s
%(
Missing JSON path "
#{
path
}
"
)
end