Hi Juliano, You might want to look again in the RDocs for ERB: http://ruby-doc.org/core/classes/ERB.html Search for the title "Ruby in HTML" which demonstrates one of the options for passing more than one argument to the template.
You can also use OpenStruct to generate a binding object from a Hash. Cheers, Tal On Sun, Sep 28, 2008 at 1:56 PM, Juliano DeCarvalho <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently working on a Buildr plugin which uses Docter to generate some > files. With my somewhat limited knowledge of Ruby, I have not been able to > figure out how to pass the ERB templating system my own set of values (a > binding object). Can someone tell me if its possible to pass the textile > files an object which I can then access in the templates themselves? > > I noticed that the common.erb_this() method takes a binding object, but have > not been able to figure out how to use this to my adavantage. Any help is > apreciated. > > Thank you, > > - Juliano DeCarvalho >