The following code in an iQvoc build_rdf method results in an ArgumentError ("wrong number of arguments (1 for 0)"):
subject.send(self.rdf_namespace).build_predicate(self.rdf_predicate) { |blank_node|
# ...
}
The trace points to the following:
iq_rdf (0.0.14) lib/iq_rdf/blank_node.rb:39:in `block in build_xml'
(My apologies for not providing a minimal test case or comprehensible description - but this all seems like black magic to me... )
The following code in an iQvoc
build_rdfmethod results in an ArgumentError ("wrong number of arguments (1 for 0)"):The trace points to the following:
(My apologies for not providing a minimal test case or comprehensible description - but this all seems like black magic to me... )