Method: Uricp::Strategy::PipedCache#command

Defined in:
lib/uricp/strategy/piped_cache.rb

#commandObject



22
23
24
# File 'lib/uricp/strategy/piped_cache.rb', line 22

def command
  "tee #{temp_cache_file} |"
end