Answering my own question...
I had to resort to using: Buildr.settings.profile['some_var']) although in
the documentation it eludes to the fact that you should be able to simply
call profile['some_var'].
-Shane
On Sun, Nov 16, 2008 at 4:41 PM, Shane Witbeck <
shane@...>wrote:
> I'm attempting to use a profiles.yaml file. When I reference
> profile['some_var'] in my buildfile, I get the following error:
>
> buildr aborted!
> undefined method `profile' for Buildr:Module
>
>
> Any ideas?
>
>
> -Shane
>