Skip to content

ArgumentError in build_xml #1

@FND

Description

@FND

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions