lib/taketo/constructs_factory.rb in taketo-0.1.3 vs lib/taketo/constructs_factory.rb in taketo-0.2.0.alpha

- old
+ new

@@ -21,9 +21,13 @@ def create_server(*args) Constructs::Server.new(*args) end + def create_group(*args) + Constructs::Group.new(*args) + end + def create_command(*args) Constructs::Command.new(*args) end end end