Methods
Attributes
| [R] | tasks |
Class Public methods
new(&block) Link
Instance Public methods
group(name, **options, &block) Link
# File activesupport/lib/active_support/continuous_integration/group.rb, line 20 def group(name, **options, &block) raise ArgumentError, "Sub-groups cannot be parallelized. Remove the `parallel:` option from the #{name.inspect} group." if options.key?(:parallel) @tasks << [:group, name, block] end