method

pathmap_replace

ruby latest stable - Class: String

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

pathmap_replace(patterns, &block)
public

Perform the pathmap replacement operations on the given path. The patterns take the form ‘pat1,rep1;pat2,rep2…’.

This String extension comes from Rake