Module: Buildkite::Pipelines::Helpers::Command
- Defined in:
- lib/buildkite/pipelines/helpers/command.rb
Instance Method Summary collapse
Instance Method Details
#command(*values) ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/buildkite/pipelines/helpers/command.rb', line 7 def command(*values) return super if values.empty? values.flatten.each do |value| super(value) end end |