lib/teapot/command/selection.rb in teapot-3.2.1 vs lib/teapot/command/selection.rb in teapot-3.4.0

- old
+ new

@@ -39,10 +39,10 @@ else context.select(context.configuration[:build]) end end - def invoke + def call context = parent.context self.process(selection(parent.context)) end end