Created
October 25, 2010 17:41
-
-
Save billdueber/645371 to your computer and use it in GitHub Desktop.
Problem with autoload and threading
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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