Method: XDry::Patcher#initialize
- Defined in:
- lib/xdry/patching/patcher.rb
#initialize ⇒ Patcher
8 9 10 11 |
# File 'lib/xdry/patching/patcher.rb', line 8 def initialize @patched = {} @dry_run = true end |
8 9 10 11 |
# File 'lib/xdry/patching/patcher.rb', line 8 def initialize @patched = {} @dry_run = true end |