class SportDb::DirPackage

Public Class Methods

new( path ) click to toggle source
Calls superclass method SportDb::Package::new
# File lib/sportdb/formats/package.rb, line 368
def initialize( path )   super( Datafile::DirPackage.new( path ) ); end