ruby-rdf / spira

Spira is a framework for viewing RDF data as model objects
http://rubygems.org/gems/spira
The Unlicense
58 stars 36 forks source link

avoid URI <-> RDF::URI nameclash in README #43

Closed roschaefer closed 7 years ago

roschaefer commented 7 years ago

I wondered: "Why do I get ArgumentError: wrong number of arguments (given 1, expected 0)"?

Until I found out it's a nameclash, apparently I require 'uri' somewhere in my code as well.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.626% when pulling 7866b2a6d9e3659abb155b9c12b57b19ffd1d03d on roschaefer:develop into 766b5dd6bdbe549f0bca58965640425a809bab0a on ruby-rdf:develop.