# RDoc warning

**URL:** https://rubytalk.org/t/rdoc-warning/17340
**Category:** ruby-talk
**Created:** [1 April 2005 11:14 UTC](https://rubytalk.org/t/rdoc-warning/17340 "2005-04-01T11:14:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![George\_Moschovitis](https://avatars.discourse-cdn.com/v4/letter/g/278dde/32.png) [@George\_Moschovitis](https://rubytalk.org/u/George_Moschovitis)
#### Post date: [1 April 2005 11:14 UTC](https://rubytalk.org/t/rdoc-warning/17340/1 "2005-04-01T11:14:44Z")

</div>

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.
