lib/rio/factory.rb in rio-0.4.0 vs lib/rio/factory.rb in rio-0.4.1
- old
+ new
@@ -255,9 +255,10 @@
@state_class = {}
@ss_class = {}
end
def subscheme_module(sch)
+ #p "subscheme_module(#{sch})"
@ss_module[sch] ||= case sch
when 'file','path'
require 'rio/scheme/path'
Path
when 'zipfile'