Sha256: dc20d2d4bf5abfa62e4843767b07a07f58019c3dd7794c70b13db34eceab5753
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
# We can capture both STDOUT and STDERR by using shell modifiers # :PROCESS: ruby, "ruby %f 2>&1" # :SAMPLE: output $stdout.sync = true $stdout.puts "Hello, STDOUT" $stderr.puts "Hello, STDERR" $stdout.puts "Hello again, STDOUT" # :TEXT: # :INSERT: $SOURCE|ruby
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
devver-germinate-1.1.0 | features/example_articles/stderr.rb |
devver-germinate-1.2.0 | features/example_articles/stderr.rb |
germinate-1.2.0 | features/example_articles/stderr.rb |