We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e691a commit db1a1f7Copy full SHA for db1a1f7
1 file changed
lib/rdf/spec/inspects.rb
@@ -22,7 +22,7 @@ def inspect
22
23
class RDF::Graph
24
def inspect
25
- "\n" + dump(:n3) + "\n"
+ "\n" + dump(RDF.const_defined?(:Turtle) ? :ttl : :ntriples, standard_prefixes: true) + "\n"
26
end
27
28
0 commit comments