Skip to content

Instantly share code, notes, and snippets.

@billdueber
Created October 25, 2010 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billdueber/645371 to your computer and use it in GitHub Desktop.
Save billdueber/645371 to your computer and use it in GitHub Desktop.
Problem with autoload and threading
require 'rubygems'
require 'rdf'
require 'threach'
(1..10).threach(3) do |c|
u = RDF::URI.new("http://example.org/#{c}/"); puts u.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment