Sha256: 80be148de0f165f89885c5ab3a725e2a084bf8b5b9b07614b4105019146973c8
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
module RPS class BsdProcess def self.all raise NotImplementedError end def readable? raise NotImplementedError end def ruby? raise NotImplementedError end def exe raise NotImplementedError end def pid raise NotImplementedError end def command_line raise NotImplementedError end end # BsdProcess end # RPS
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rps-0.0.3 | lib/rps/bsd_process.rb |