Class: UnpackStrategy::Bazaar
- Defined in:
- unpack_strategy/bazaar.rb
Overview
Strategy for unpacking Bazaar archives.
Instance Attribute Summary
Attributes included from UnpackStrategy
Class Method Summary collapse
Methods inherited from Directory
Methods included from UnpackStrategy
#dependencies, detect, #each_directory, #extract, #extract_nestedly, from_extension, from_magic, from_type, #initialize
Methods included from SystemCommand::Mixin
#system_command, #system_command!
Class Method Details
.can_extract?(path) ⇒ Boolean
9 10 11 |
# File 'unpack_strategy/bazaar.rb', line 9 def self.can_extract?(path) super && (path/".bzr").directory? end |