instance method
step
Ruby on Rails edge
Since edgeSignature
step(title, *command)
No documentation comment.
Parameters
-
titlereq -
commandrest
Source
# File activesupport/lib/active_support/continuous_integration/group.rb, line 17
def step(title, *command)
@tasks << [:step, title, command]
end
Defined in activesupport/lib/active_support/continuous_integration/group.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ContinuousIntegration::Group::TaskCollector