Thibault Jouan d4d5222261 Refactor task DSL usages:
Remove most of task evaluation code from Task class, rely on
Task::DSL.evaluate to get an evaluated task.

* Task: remove #evaluate, change constructor prototype to accept actions
  instead of a block, implement .evaluate(name, env &block);
* Implement Task::DSL.evaluate method;
* Recipe::DSL: remove tasks evaluation from#evaluate, modify #task to
  use Task.evaluate to return the new task to be rigstered.
2013-08-15 22:28:16 +00:00
2013-07-27 13:04:30 +00:00
2013-08-14 23:43:36 +00:00
2013-08-15 22:28:16 +00:00
2013-08-15 22:28:16 +00:00
2013-07-27 13:04:23 +00:00
2013-07-27 13:04:23 +00:00
2013-08-08 02:00:15 +00:00
Description
No description provided
563 KiB
Languages
Ruby 78.4%
Gherkin 21.6%