Module: RubyBox::Bridging

Extended by:
ActiveSupport::Concern
Included in:
Metal
Defined in:
lib/ruby_box/bridging.rb

Instance Method Summary collapse

Instance Method Details

#stderrObject



72
73
74
# File 'lib/ruby_box/bridging.rb', line 72

def stderr
  @stderr ||= []
end

#stdoutObject



68
69
70
# File 'lib/ruby_box/bridging.rb', line 68

def stdout
  @stdout ||= []
end