lib/distil/configurable.rb in distil-0.12.6 vs lib/distil/configurable.rb in distil-0.13.0

- old
+ new

@@ -153,9 +153,10 @@ URI.parse(value) else if type.respond_to?(:from_options) type.from_options(value, self) else + puts "type=#{type} value=#{value}" type.new(value) end end end