Method: FluentCommandBuilder::TeamFoundationTEE::V100::Labels#format
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb
#format(format) {|@b| ... } ⇒ Object
961 962 963 964 965 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb', line 961 def format(format) @b.append " -format:#{@b.format format}" yield @b if block_given? self end |