Sha256: f71d1f38f825fcd0ab4f4e9713eaa859db029980a97a33a8d96b7d523229e4e0
Contents?: true
Size: 151 Bytes
Versions: 6
Compression:
Stored size: 151 Bytes
Contents
# The most basic example. S::Cmd.new("Test whether bc works fine") do command "bc" input "42*42\n" output <<EOF 1764 EOF error "" exit 0 end
Version data entries
6 entries across 6 versions & 1 rubygems