Method: FluentCommandBuilder::TeamFoundation::V100::Rename#lock

Defined in:
lib/fluent_command_builder/command_builders/team_foundation_100.rb

#lock(lock_type) {|@b| ... } ⇒ Object

Yields:

  • (@b)


1396
1397
1398
1399
1400
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 1396

def lock(lock_type)
  @b.append " /lock:#{@b.format lock_type}"
  yield @b if block_given?
  self
end