Method: XDry::Patcher#initialize

Defined in:
lib/xdry/patching/patcher.rb

#initializePatcher



8
9
10
11
# File 'lib/xdry/patching/patcher.rb', line 8

def initialize
  @patched = {}
  @dry_run = true
end