Method: FluentCommandBuilder::TeamFoundation::V100::FolderDiff#recursive
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_100.rb
#recursive {|@b| ... } ⇒ Object
794 795 796 797 798 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 794 def recursive @b.append ' /recursive' yield @b if block_given? self end |