class SportDb::ZipPackage
Public Class Methods
new( path )
click to toggle source
Calls superclass method
SportDb::Package::new
# File lib/sportdb/formats/package.rb, line 372 def initialize( path ) super( Datafile::ZipPackage.new( path ) ); end