module Grably::Core::TaskExtensions::Expand
Add expand method to Task
Public Instance Methods
expand(expr)
click to toggle source
Expands expression in task context @param expr [Object] expand expression @return Array
<Product> result of expand in task context
# File lib/grably/core/task/expand.rb, line 9 def expand(expr) Product.expand(expr, self) end