DEBSOURCES
Skip Quicknav
sources / ruby-json-spec / 1.1.5-3 / lib / json_spec / messages.rb
12345678
module JsonSpec module Messages def message_with_path(message) message << %( at path "#{@path}") if @path message end end end