Skip to content

Commit 7dbae46

Browse files
committed
Remove deprecated #write_graph method.
1 parent a89fb3c commit 7dbae46

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/json/ld/writer.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,6 @@ def initialize(output = $stdout, options = {}, &block)
108108
end
109109
end
110110

111-
##
112-
# Write whole graph
113-
#
114-
# @param [Graph] graph
115-
# @return [void]
116-
def write_graph(graph)
117-
debug {"Add graph #{graph.inspect}"}
118-
@repo = graph
119-
end
120-
121111
##
122112
# Adds a statement to be serialized
123113
# @param [RDF::Statement] statement

0 commit comments

Comments
 (0)