Method: PatternPatch::Methods#patch_dir

Defined in:
lib/pattern_patch.rb

#patch_dirString

Set this to conveniently load patches from a common folder with the patch method.

Returns:

  • (String)

    Path to a directory for use with patch



27
28
29
# File 'lib/pattern_patch.rb', line 27

def patch_dir
  @patch_dir
end