Method: Zippy#paths

Defined in:
lib/zippy.rb

#pathsObject

Returns the full path to all entries in the archive



39
40
41
# File 'lib/zippy.rb', line 39

def paths
  map{|p| p }
end