Closed roschaefer closed 7 years ago
I wondered: "Why do I get ArgumentError: wrong number of arguments (given 1, expected 0)"?
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.
Coverage remained the same at 97.626% when pulling 7866b2a6d9e3659abb155b9c12b57b19ffd1d03d on roschaefer:develop into 766b5dd6bdbe549f0bca58965640425a809bab0a on ruby-rdf:develop.
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.