We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code in an iQvoc build_rdf method results in an ArgumentError ("wrong number of arguments (1 for 0)"):
build_rdf
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 text was updated successfully, but these errors were encountered:
tillsc
No branches or pull requests
The following code in an iQvoc
build_rdf
method 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... )
The text was updated successfully, but these errors were encountered: