class Guard::Group
def initialize(name, options = {})
(**options)
-
halt_on_fail
(Boolean
) -- if a task execution
Parameters:
-
options
(Hash
) -- the group options -
name
(String
) -- the name of the group
def initialize(name, options = {}) @name = name.to_sym @options = options end