lib/rdf/json/writer.rb in rdf-json-1.99.0 vs lib/rdf/json/writer.rb in rdf-json-2.0.0.beta1

- old
+ new

@@ -53,9 +53,10 @@ # # @return [void] # @see #write_triple def write_epilogue puts @json.to_json + super end ## # Returns the RDF/JSON representation of a blank node. #