G
George Moschovitis
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.
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.