Method: Onboard::Patch#initialize

Defined in:
lib/onboard/patch.rb

#initialize(dir = '/tmp/onboard/patches') ⇒ Patch

Returns a new instance of Patch.



12
13
14
# File 'lib/onboard/patch.rb', line 12

def initialize(dir = '/tmp/onboard/patches')
  @dir = dir
end