Sha256: a910c130b2e6e08f7ce2e5201f8a82d0f68f18ee8c192a348568b38933960c48
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 738 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/sleep.al)" sub sleep { usage "sleep(seconds)" if @_ != 1; $_[0] - CORE::sleep($_[0]); } # end of POSIX::sleep 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/sleep.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/sleep.al |