lib/spiderfw/config/configuration.rb in spiderfw-0.6.14 vs lib/spiderfw/config/configuration.rb in spiderfw-0.6.15

- old
+ new

@@ -160,10 +160,10 @@ yield key, val end end end - def options + def options_list options = [] def iterate_options(src, prefix, dst) src.each do |key, val| full_key = prefix ? "#{prefix}.#{key}" : key if val[:params] \ No newline at end of file