samvera / ldp

Linked Data Platform.rb client
Other
16 stars 15 forks source link

fix a regression in handling for custom graph classes in `RDFSource` #120

Closed no-reply closed 3 years ago

no-reply commented 3 years ago

this fix tries to retain the memory optimazitons of past changes, if possible.

ideally, all callers to this would pass an object that conforms to RDF::Graph's initializer interface, but it's probably too much to ask, so fall back on a brute force method if needed.