Method: Mangos::Update#all_paths
- Defined in:
- lib/mangos/update.rb
#all_paths ⇒ Object
87 88 89 |
# File 'lib/mangos/update.rb', line 87 def all_paths @package.path.children.reject { |p| p.hidden? }.select { |p| p.directory? } end |