lib/convection.rb in convection-0.2.32 vs lib/convection.rb in convection-0.2.33
- old
+ new
@@ -5,11 +5,11 @@
class << self
def template(*args, &block)
Model::Template.new(*args, &block)
end
- def stack(*args)
- Control::Stack.new(*args)
+ def stack(*args, &block)
+ Control::Stack.new(*args, &block)
end
end
end
require_relative 'convection/version'