henry-container 0.0.57 → 0.0.58
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/henry/container.rb +1 -1
- data/lib/henry/container/version.rb +1 -1
- metadata +1 -1
data/lib/henry/container.rb
CHANGED
@@ -140,7 +140,7 @@ module Henry
|
|
140
140
|
# @param [String] task_name the target Task name.
|
141
141
|
# @return [Hash] the Task custom extended context.
|
142
142
|
def extended_context(task_name)
|
143
|
-
|
143
|
+
{}['extended_context']
|
144
144
|
end
|
145
145
|
|
146
146
|
# Returns the custom execution_context for the given task.
|