Sha256: 4a8253f96ae42f6ddf8f69b4ce47e330ea0fa623e3097fc2bce61c9e59c7a425
Contents?: true
Size: 104 Bytes
Versions: 4
Compression:
Stored size: 104 Bytes
Contents
class HSS::Parser def command(input) return IO.popen(input) { |cmd| cmd.read } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hss-0.2.4 | lib/helpers/command.rb |
hss-0.2.3 | lib/helpers/command.rb |
hss-0.2.2 | lib/helpers/command.rb |
hss-0.2.0 | lib/helpers/command.rb |