Sha256: 7efa017ac1e0827329c38aea9b84d7329aae55510336fbc13378176f64117237

Contents?: true

Size: 406 Bytes

Versions: 24

Compression:

Stored size: 406 Bytes

Contents

#
# quite a few keys can be passed to the command to alter it's behaviour.  if
# either stdout or stderr is supplied those objects should respond_to? '<<'
# and only status will be returned
#
  require 'systemu'

  date = %q( ruby -e"  t = Time.now; STDOUT.puts t; STDERR.puts t  " )

  stdout, stderr = '', ''
  status = systemu date, 'stdout' => stdout, 'stderr' => stderr
  p [ status, stdout, stderr ]

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
systemu_j-1.2.1 samples/b.rb
systemu-1.1.0 samples/b.rb
systemu-1.0.0 samples/b.rb
systemu-1.2.0 samples/b.rb