Method: Patches::Pending#initialize
- Defined in:
- lib/patches/pending.rb
#initialize(path = nil) ⇒ Pending
Returns a new instance of Pending.
6 7 8 |
# File 'lib/patches/pending.rb', line 6 def initialize(path=nil) @path = path || Patches.default_path end |