Method: FluentCommandBuilder::TeamFoundation::V100::FolderDiff#filter_local_paths_only
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_100.rb
#filter_local_paths_only {|@b| ... } ⇒ Object
814 815 816 817 818 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 814 def filter_local_paths_only @b.append ' /filterLocalPathsOnly' yield @b if block_given? self end |