new(handlers)
Create a new handler with the open handlers
Used internally by Fiddle::Importer.dlload
# File ext/fiddle/lib/fiddle/import.rb, line 13 def initialize(handlers) @handlers = handlers end