Method: FluentCommandBuilder::TeamFoundation::V100::FolderDiff#no_prompt
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_100.rb
#no_prompt {|@b| ... } ⇒ Object
799 800 801 802 803 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 799 def no_prompt @b.append ' /noPrompt' yield @b if block_given? self end |