From: George Moschovitis Date: 2005-04-01T20:14:44+09:00 Subject: RDoc warning Hello everyone, RDoc is overreacting and emitting the following warning when parsing a dynamic require: name = 'psql' require "og/adapters/#{name}" gives the warning: lib/og/adapter.rb:42:45: Skipping require of dynamic string: "og/adapters/#{name}" Is there a way to suppress this warning or somehow avoid it? thanks in advance, George.