Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.3
-
None
-
None
Description
define 'foo' do
define 'bar' do
define 'yo' do
end
end
project('bar:yo')
end
invoking buildr gives:
undefined method `invoke' for nil:NilClass
/tmp/buildfile:7
changing to project('bar').project('yo') works