Skip to content
New issue

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

ArgumentError in build_xml #1

Open
FND opened this issue May 25, 2011 · 0 comments
Open

ArgumentError in build_xml #1

FND opened this issue May 25, 2011 · 0 comments
Assignees

Comments

@FND
Copy link
Member

FND commented May 25, 2011

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... )

@ghost ghost assigned tillsc May 25, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants