# File tar.rb, line 288 288: def Entry.create( args={} ) 289: e = allocate 290: e.instance_eval { initialize_create( args ) } 291: return e 292: end