Method: FluentCommandBuilder::TeamFoundation::V100::FolderDiff#view

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

#view(view) {|@b| ... } ⇒ Object

Yields:

  • (@b)


825
826
827
828
829
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 825

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