Displaying 1 result from an estimated 1 matches for "open_uri_original_open".
2009 Apr 17
5
When is nil not false?
...s is source = #{source} #{source.class}"
puts "do we get here? why?"
xchg_source(source)
end
>> fx = ForexCASource.new
this is source = NilClass
do we get here? why?
TypeError: can''t convert nil into String
from /usr/lib/ruby/1.8/open-uri.rb:32:in
`open_uri_original_open''
from /usr/lib/ruby/1.8/open-uri.rb:32:in `open''
from
/home/byrnejb/Software/Development/Projects/proforma.git/app/services/forex_ca_source.rb:58:in
`xchg_source''
from
/home/byrnejb/Software/Development/Projects/proforma.git/app/services/forex_ca_s...