Method: Autobuild::Importer#unapply

Defined in:
lib/autobuild/importer.rb

#unapply(package, path, patch_level = 0) ⇒ Object



532
533
534
# File 'lib/autobuild/importer.rb', line 532

def unapply(package, path, patch_level = 0)
    call_patch(package, true, path, patch_level)
end