Skip to content

Commit

Permalink
Back off on explicit to_sxp arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 19, 2021
1 parent 0e20174 commit 17a6093
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/rdf/n3/extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ def to_sxp_bin
##
# Returns an S-Expression (SXP) representation
#
# @param [Hash{Symbol => RDF::URI}] prefixes(nil)
# @param [Hash{Symbol => RDF::URI}] prefixes(nil)
# @return [String]
def to_sxp(prefixes: nil, base_uri: nil)
to_a.to_sxp_bin.to_sxp(prefixes: prefixes, base_uri: base_uri)
def to_sxp(Back off on explicit to_sxp arguments.)
to_a.to_sxp_bin.to_sxp(Back off on explicit to_sxp arguments.)
end
end

Expand Down

0 comments on commit 17a6093

Please sign in to comment.