------_ extPart_001_01C6D2FF.9159DF36 Content-Type: text/plain; charset indows-1252" Content-Transfer-Encoding: quoted-printable From: Edward [mailto:edward / tanguay.info] > What is the equivalent of > include("library.php"); > in ruby? In an ERB template, you can do <%=IO.read( 'header.inc' )%> to pull in the contents of another file. As the other post mentioned, load and require allow you to load in ruby code from another ruby file. ------_ extPart_001_01C6D2FF.9159DF36--