lib/rdf/normalize/urdna2015.rb in rdf-normalize-0.3.3 vs lib/rdf/normalize/urdna2015.rb in rdf-normalize-0.4.0

- old
+ new

@@ -7,10 +7,10 @@ ## # Create an enumerable with grounded nodes # # @param [RDF::Enumerable] enumerable # @return [RDF::Enumerable] - def initialize(enumerable, options) + def initialize(enumerable, **options) @dataset, @options = enumerable, options end def each(&block) ns = NormalizationState.new(@options)