Method: FluentCommandBuilder::NuGet::V21::Install#no_cache

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

#no_cache {|@b| ... } ⇒ Object

Yields:

  • (@b)


185
186
187
188
189
# File 'lib/fluent_command_builder/command_builders/nuget_21.rb', line 185

def no_cache
  @b.append ' -NoCache'
  yield @b if block_given?
  self
end