britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sarkyniin has quit [Ping timeout: 255 seconds]
sarkyniin has joined #cinch
Azure has quit [Read error: Connection reset by peer]
Azure has joined #cinch
frdmn has joined #cinch
Crisopolis has quit [Quit: This computer has gone to sleep]
britneywright has joined #cinch
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Crisopolis has joined #cinch
sarkyniin has quit [Ping timeout: 245 seconds]
<Gizmokid2005>
Huh. If I was to dynamically build a list of plugins to use, how would I properly pass that to the configure section? c.plugins.plugins = [List, Of, Plugins]?
<leftylink>
Gizmokid2005: you are currently passing an array of strings, whereas you need to pass an array of classes. when I needed to do this, I used const_get to change the string into a class constant
<Gizmokid2005>
leftylink: thanks. I'll give that a shot